cvLinearPolar¶
-
MLModule¶ author MeVis Medical Solutions AGpackage MeVisLab/Standarddll MLOpenCVModulesdefinition MLOpenCVModules.def
Purpose¶
The module cvLinearPolar remaps a 2D image to polar space.
If Inverse Mapping is enabled, the mapping is from polar to Cartesian. For details, search the web for “OpenCV linear polar”.
The output image has the same dimensions as the input image; this appears to be a limitation of OpenCV.
Note: This module only works on images with the data type uint8, int8, uint16, int32, float, and double.