Initializes point sequence header from a point vector
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static CvSeq PointSeqFromMat( SeqType seqKind, CvArr mat, out CvContour contourHeader, out CvSeqBlock block )
Parameters
- seqKind
- Type: OpenCvSharpSeqType
Type of the point sequence. - mat
- Type: OpenCvSharpCvArr
Input matrix. It should be continuous 1-dimensional vector of points, that is, it should have type CV_32SC2 or CV_32FC2. - contourHeader
- Type: OpenCvSharpCvContour
Contour header, initialized by the function. - block
- Type: OpenCvSharpCvSeqBlock
Sequence block header, initialized by the function.
Return Value
Type: CvSeq[Missing <returns> documentation for "M:OpenCvSharp.Cv.PointSeqFromMat(OpenCvSharp.SeqType,OpenCvSharp.CvArr,OpenCvSharp.CvContour@,OpenCvSharp.CvSeqBlock@)"]
See Also