www.emgu.com/wiki
Tests whether the input contour is convex or not. The contour must be simple, i.e. without self-intersections.

Declaration Syntax
public static int cvCheckContourConvexity(
IntPtr contour
)
Public Shared Function cvCheckContourConvexity ( _
contour As IntPtr _
) As Integer
public:
static int cvCheckContourConvexity(
IntPtr contour
)

Parameters
- contour (IntPtr)
- Tested contour (sequence or array of points).

Return Value
true if convex
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)