Find the perimeter of the contour
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.0.1010 (2.2.0.1010)
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