Get the homography projection of the points. The projected value will be saved to the input point array

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)

Syntax

         
 C#  Visual Basic  Visual C++ 
public void ProjectPoints(
	PointF[] points
)
Public Sub ProjectPoints ( _
	points As PointF() _
)
public:
void ProjectPoints(
	array<PointF>^ points
)

Parameters

points
array< PointF >[]()[]
The points to apply homography transform

See Also