| CvBlobLibWriteContourPolygonCsv Method |
Write a contour to a CSV (Comma-separated values) file.
Namespace:
OpenCvSharp.Blob
Assembly:
OpenCvSharp.Blob (in OpenCvSharp.Blob.dll) Version: 1.0.0
Syntax public static void WriteContourPolygonCsv(
CvContourPolygon polygon,
string filename
)
Public Shared Sub WriteContourPolygonCsv (
polygon As CvContourPolygon,
filename As String
)
public:
static void WriteContourPolygonCsv(
CvContourPolygon^ polygon,
String^ filename
)
static member WriteContourPolygonCsv :
polygon : CvContourPolygon *
filename : string -> unit
Parameters
- polygon
- Type: OpenCvSharp.BlobCvContourPolygon
Polygon contour. - filename
- Type: SystemString
File name.
See Also