| 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
)
Public Sub WriteAsSvg (
fileName As String,
stroke As Scalar,
fill As Scalar
)
public:
void WriteAsSvg(
String^ fileName,
Scalar stroke,
Scalar fill
)
member WriteAsSvg :
fileName : string *
stroke : Scalar *
fill : Scalar -> unit
Parameters
- fileName
- Type: SystemString
File name - stroke
- Type: OpenCvSharpScalar
Stroke color - fill
- Type: OpenCvSharpScalar
Fill color
See Also