| CvBlobLibContourChainCodePerimeter Method |
Calculates perimeter of a chain code contour.
Namespace:
OpenCvSharp.Blob
Assembly:
OpenCvSharp.Blob (in OpenCvSharp.Blob.dll) Version: 1.0.0
Syntax public static double ContourChainCodePerimeter(
CvContourChainCode cc
)
Public Shared Function ContourChainCodePerimeter (
cc As CvContourChainCode
) As Double
public:
static double ContourChainCodePerimeter(
CvContourChainCode^ cc
)
static member ContourChainCodePerimeter :
cc : CvContourChainCode -> float
Parameters
- cc
- Type: OpenCvSharp.BlobCvContourChainCode
Contour (chain code type).
Return Value
Type:
DoublePerimeter of the contour.
See Also