| CvContourPolygonWriteAsSvg Method (String) |
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
)
Public Sub WriteAsSvg (
fileName As String
)
public:
void WriteAsSvg(
String^ fileName
)
member WriteAsSvg :
fileName : string -> unit
Parameters
- fileName
- Type: SystemString
File name
See Also