cvLinearPolar¶
-
MLModule
¶ author MeVis Medical Solutions AG
package MeVisLab/Standard
dll MLOpenCVModules
definition MLOpenCVModules.def
Purpose¶
Remaps an 2D image to polar space. If Inverse Mapping
is enabled, the mapping is from polar to cartesian. For details, search the Web for “OpenCV linearPolar”.
The output image has the same dimensions as the input image, which seems to be a limit of
OpenCV.
Only the following datatypes are supported:
MLuint8Type, MLint8Type, MLuint16Type, MLint16Type, MLint32Type, MLfloatType and MLdoubleType.