http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Get the homography projection of the points. The projected value will be saved to the input point array
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public void ProjectPoints( PointF[] points ) |
Visual Basic |
---|
Public Sub ProjectPoints ( _ points As PointF() _ ) |
Visual C++ |
---|
public: void ProjectPoints( array<PointF>^ points ) |
Parameters
- points
- Type: array<System.Drawing..::..PointF>[]()[][]
The points to apply homography transform