PerspectiveTransformation Constructor (Point2Dd, Point2Dd, Point2Dd, Point2Dd, RectD)

CVB.Net Documentation
Calculate the defining coefficients for the perspective transformation.

Namespace:  Stemmer.Cvb.Foundation
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public PerspectiveTransformation(
	Point2Dd leftTop,
	Point2Dd rightTop,
	Point2Dd rightBottom,
	Point2Dd leftBottom,
	RectD destRect
)

Parameters

leftTop
Type: Stemmer.CvbPoint2Dd
Left top corner's coordinate in the source image.
rightTop
Type: Stemmer.CvbPoint2Dd
Right top corner's coordiante in the source image.
rightBottom
Type: Stemmer.CvbPoint2Dd
Right bottom corner's coordinate in the source image.
leftBottom
Type: Stemmer.CvbPoint2Dd
Left bottom corner's coordinate in the source image.
destRect
Type: Stemmer.CvbRectD
Rectangle containing the locations the input points are to be transformed to.
See Also

Reference