Find the perimeter of the contour
Namespace:
Emgu.CV
Assembly:
Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)
Syntax
| | | | | | | | |
| C# | | | Visual Basic | | | Visual C++ | |
Public Shared Function cvContourPerimeter ( _
contour As IntPtr _
) As Double
Parameters
- contour
- IntPtr
Pointer to the contour
Return Value
the perimeter of the contour
See Also