Overload List
| Name | Description | |
|---|---|---|
| IsContourConvex(InputArray) | 
            returns true if the contour is convex. 
            Does not support contours with self-intersection
              | |
| IsContourConvex(IEnumerablePoint) | 
            returns true if the contour is convex. 
            Does not support contours with self-intersection
              | |
| IsContourConvex(IEnumerablePoint2f) | 
            returns true if the contour is convex. D
            oes not support contours with self-intersection
              | 
See Also