Perspective transformation coefficients.
More...
|
|
double | C00 [get] |
| | Defining coefficient for the transformation.
|
| |
|
double | C01 [get] |
| | Defining coefficient for the transformation.
|
| |
|
double | C02 [get] |
| | Defining coefficient for the transformation.
|
| |
|
double | C10 [get] |
| | Defining coefficient for the transformation.
|
| |
|
double | C11 [get] |
| | Defining coefficient for the transformation.
|
| |
|
double | C12 [get] |
| | Defining coefficient for the transformation.
|
| |
|
double | C20 [get] |
| | Defining coefficient for the transformation.
|
| |
|
double | C21 [get] |
| | Defining coefficient for the transformation.
|
| |
|
double | C22 [get] |
| | Defining coefficient for the transformation.
|
| |
Perspective transformation coefficients.
Performed calculation is:
◆ PerspectiveTransformation() [1/2]
Calculate the defining coefficients for the perspective transformation.
- Parameters
-
| leftTop | Left top corner's coordinate in the source image. |
| rightTop | Right top corner's coordiante in the source image. |
| rightBottom | Right bottom corner's coordinate in the source image. |
| leftBottom | Left bottom corner's coordinate in the source image. |
| destRect | Rectangle containing the positions into which the input points are to be converted. |
◆ PerspectiveTransformation() [2/2]
Calculate the defining coefficients for the perspective transformation.
- Parameters
-
| leftTop | Left top corner's coordinate in the source image. |
| rightTop | Right top corner's coordiante in the source image. |
| rightBottom | Right bottom corner's coordinate in the source image. |
| leftBottom | Left bottom corner's coordinate in the source image. |
| destRect | Rectangle containing the locations the input points are to be transformed to. |