PCL
|
Functions | |
template<class O > | |
FFTRegistrationEngine & | pcl::operator<< (FFTRegistrationEngine &R, const O &image) |
|
inline |
Initializes a FFT registration engine or evaluates a target image.
R | FFT registration engine. |
image | An image or ImageVariant for initialization or evaluation. |
If the engine has not still been initialized, it is initialized for the reference image image. Once the engine has been initialized, it evaluates registration parameters for the specified target image image.
Returns a reference to the FFT registration engine R.
Definition at line 291 of file FFTRegistration.h.