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.2.0.1010 (2.2.0.1010)

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