Click or drag to resize

CvContourPolygonWriteAsSvg Method (String, Scalar, Scalar)

Write a contour to a SVG file.

Namespace:  OpenCvSharp.Blob
Assembly:  OpenCvSharp.Blob (in OpenCvSharp.Blob.dll) Version: 1.0.0
Syntax
public void WriteAsSvg(
	string fileName,
	Scalar stroke,
	Scalar fill
)

Parameters

fileName
Type: SystemString
File name
stroke
Type: OpenCvSharpScalar
Stroke color
fill
Type: OpenCvSharpScalar
Fill color
See Also