Back to Aurora Vision Studio website

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

cvRemap


Module: OpenCV

Applies a generic geometrical transformation to the image.

Name Type Description
Input value inSrc Image Source image.
Input value inMapX Matrix Input x coordinates map.
Input value inMapY Matrix Input y coordinates map.
Input value inInterpolation CvInterpolationMethod Interpolation method.
Input value inBorderMode CvBorderType Pixel extrapolation method.
Input value inBorderValue Pixel* Value used in case of a constant border.
Output value outDst Image Output remapped 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 Both input maps must not be empty in cvRemap.
DomainError Input image must not be empty in cvRemap.

Complexity Level

This filter is available on Basic Complexity Level.