Emgu CV Library Documentation
InConvexPolygon Method (polygon)
NamespacesEmgu.CVPoint2D<(Of <(T>)>)InConvexPolygon(array<Point2D<(Of <(T>)>)>[]()[])

www.emgu.com/wiki
Determine if the point is in a convex polygon
Declaration Syntax
C#Visual BasicVisual C++
public bool InConvexPolygon(
	Point2D<T>[] polygon
)
Public Function InConvexPolygon ( _
	polygon As Point2D(Of T)() _
) As Boolean
public:
bool InConvexPolygon(
	array<Point2D<T>^>^ polygon
)
Parameters
polygon (array< Point2D<(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)