CvBlobLibWriteContourPolygonCsv Method OpenCvSharp Class Library
Write a contour to a CSV (Comma-separated values) file.

Namespace:  OpenCvSharp.Blob
Assembly:  OpenCvSharp.Blob (in OpenCvSharp.Blob.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void WriteContourPolygonCsv(
	CvContourPolygon polygon,
	string filename
)

Parameters

polygon
Type: OpenCvSharp.BlobCvContourPolygon
Polygon contour.
filename
Type: SystemString
File name.
See Also

Reference