Overload List

NameDescription
cvPointPolygonTest(IntPtr, PointF, Boolean)
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
cvPointPolygonTest(IntPtr, PointF, Int32)
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

See Also