Back to FabImage Studio website

You are here: Start » Filter Reference » OpenCV » Geometric Image Transformations » cvWarpPolar

cvWarpPolar


Module: OpenCV

Remaps an image to polar or semilog-polar coordinates space.

Name Type Description
Input value
inSrc Image Source image.
Input value
inCenter Point2D
Input value
inMaxRadius Double
Input value
inInterpolationMethod CvInterpolationMethod
Input value
inWrapMode CvWarpPolarMode
Input value
inInverse Bool
Input value
inOutputSize Size*
Output value
outDst Image Output image.

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

Error type Description
DomainError Input image must have pixel type different from Int8 and Int32 in cvWarpPolar.
DomainError Input image must not be empty in cvWarpPolar.
DomainError Output image size must be greater than zero in cvWarpPolar.
DomainError Unsupported interpolation method in cvWarpPolar

Complexity Level

This filter is available on Basic Complexity Level.