Start » Filter Reference » OpenCV » Geometric Image Transformations » cvWarpPolar
Module: | OpenCV |
---|
Remaps an image to polar or semilog-polar coordinates space.
Name | Type | Description | |
---|---|---|---|
inSrc | Image | Source image. | |
inCenter | Point2D | ||
inMaxRadius | Double | ||
inInterpolationMethod | CvInterpolationMethod | ||
inWrapMode | CvWarpPolarMode | ||
inInverse | Bool | ||
inOutputSize | Size* | ||
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.