Emgu CV Library Documentation
InContour Method (point)
NamespacesEmgu.CVSeq<(Of <(T>)>)InContour(PointF)

www.emgu.com/wiki
Determines whether the point is inside contour, outside, or lies on an edge (or coinsides with a vertex)
Declaration Syntax
C#Visual BasicVisual C++
public virtual double InContour(
	PointF point
)
Public Overridable Function InContour ( _
	point As PointF _
) As Double
public:
virtual double InContour(
	PointF point
)
Parameters
point (PointF)
The point to be tested
Return Value
positive if inside; negative if out side; 0 if on the contour

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)