Click or drag to resize

CvBlobLibWriteContourPolygonSvg Method (CvContourPolygon, String)

Write a contour to a SVG file.

Namespace:  OpenCvSharp.Blob
Assembly:  OpenCvSharp.Blob (in OpenCvSharp.Blob.dll) Version: 1.0.0
Syntax
public static void WriteContourPolygonSvg(
	CvContourPolygon polygon,
	string fileName
)

Parameters

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