Perspective transformation coefficients. More...
Inherits object.
Perspective transformation coefficients.
Calculate the defining coefficients for the perspective transformation.
left_top : cvb.Point2D Left top corner's coordinate in the source image.
right_top : cvb.Point2D Right top corner's coordinate in the source image.
right_bottom : cvb.Point2D Right bottom corner's coordinate in the source image.
left_bottom : cvb.Point2D Left bottom corner's coordinate in the source image.
dest_rect : cvb.Rect Rectangle containing the positions into which the input points are to be converted.