Start » Filter Reference » OpenCV » Geometric Image Transformations » cvRemap
Module: | OpenCV |
---|
Applies a generic geometrical transformation to the image.
Name | Type | Description | |
---|---|---|---|
![]() |
inSrc | Image | Source image. |
![]() |
inMapX | Matrix | Input x coordinates map. |
![]() |
inMapY | Matrix | Input y coordinates map. |
![]() |
inInterpolation | CvInterpolationMethod | Interpolation method. |
![]() |
inBorderMode | CvBorderType | Pixel extrapolation method. |
![]() |
inBorderValue | Pixel* | Value used in case of a constant border. |
![]() |
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.