Start » Filter Reference » OpenCV » Geometric Image Transformations » cvWarpAffine
Module: | OpenCV |
---|
Applies an affine transformation to an image.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inSrc | Image | Source image. | |
![]() |
inM | Matrix | 2x3 transformation matrix. | |
![]() |
inDWidth | Integer | 0 - ![]() |
Width of destination image. |
![]() |
inDHeight | Integer | 0 - ![]() |
Height of destination image. |
![]() |
inInterpolation | CvInterpolationMethod | Interpolation method. | |
![]() |
inWarpInverseMap | Bool | True value means that M is the inverse transformation, dst->src. | |
![]() |
inBorderMode | CvBorderType | Pixel extrapolation method. | |
![]() |
inBorderValue | Pixel* | Value used in case of a constant border. | |
![]() |
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 transformation matrix must have 2 rows and 3 columns in cvWarpAffine. |
Complexity Level
This filter is available on Basic Complexity Level.