Find the perimeter of the contour

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public static double cvContourPerimeter(
	IntPtr contour
)
Visual Basic (Declaration)
Public Shared Function cvContourPerimeter ( _
	contour As IntPtr _
) As Double
Visual C++
public:
static double cvContourPerimeter(
	IntPtr contour
)

Parameters

contour
Type: System..::.IntPtr
Pointer to the contour

Return Value

the perimeter of the contour

See Also