Back to FabImage Studio website
You are here: Start » Filter Reference » Geometric Image Transformations » cvWarpAffine
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 here: Error Handling
Error type | Description |
---|---|
DomainError | Input transformation matrix must have dimensions 2 x 3 in cvWarpAffine. |
Complexity Level
This filter is available on Basic Complexity Level.