www.emgu.com/wiki
Determine if the point is in a convex polygon

Declaration Syntax
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)