[This is preliminary documentation and is subject to change.]
Determines whether the point is inside contour, outside, or lies on an edge (or coinsides with a vertex). It returns positive, negative or zero value, correspondingly
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# | Visual Basic | Visual C++ |
Parameters
- contour
- IntPtr
Input contour
- pt
- PointF
The point tested against the contour
- measureDist
- Int32
If != 0, the function estimates distance from the point to the nearest contour edge