Emgu CV Library Documentation
InConvexPolygon Method (polygon)
NamespacesEmgu.CVPoint2D<(Of <(T>)>)InConvexPolygon(IConvexPolygon<(Of <(T>)>))

www.emgu.com/wiki
Determine if the point is in a convex polygon
Declaration Syntax
C#Visual BasicVisual C++
public bool InConvexPolygon(
	IConvexPolygon<T> polygon
)
Public Function InConvexPolygon ( _
	polygon As IConvexPolygon(Of T) _
) As Boolean
public:
bool InConvexPolygon(
	IConvexPolygon<T>^ polygon
)
Parameters
polygon (IConvexPolygon<(Of <(T>)>))
the convex polygon
Return Value
true if the point is in the convex polygon; false otherwise

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