http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Determines whether the point is inside contour, outside, or lies on an edge (or coinsides with a vertex)
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public override double InContour( PointF point ) |
Visual Basic |
---|
Public Overrides Function InContour ( _ point As PointF _ ) As Double |
Visual C++ |
---|
public: virtual double InContour( PointF point ) override |
Parameters
- point
- Type: System.Drawing..::..PointF
The point to be tested
Return Value
Positive if inside; negative if out side; 0 if on the contour
Remarks
Requires MCvContour.rect to be pre-computed