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.1.0.649 (2.1.0.649)
Syntax
C# | Visual Basic | Visual C++ |
Parameters
- point
- 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