CvBlobLibWriteContourPolygonSvg Method (CvContourPolygon, String, CvScalar, CvScalar) OpenCvSharp Class Library
Write a contour to a SVG file.

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

public static void WriteContourPolygonSvg(
	CvContourPolygon polygon,
	string fileName,
	CvScalar stroke,
	CvScalar fill
)

Parameters

polygon
Type: OpenCvSharp.BlobCvContourPolygon
Polygon contour.
fileName
Type: SystemString
File name.
stroke
Type: OpenCvSharpCvScalar
Stroke color (black by default).
fill
Type: OpenCvSharpCvScalar
Fill color (white by default).
See Also

Reference