Click or drag to resize

CvToolboxGetMatrixFromPoints Method

http://www.emgu.com
Convert arrays of points to matrix

Namespace:  Emgu.CV.Util
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public static Matrix<double> GetMatrixFromPoints(
	MCvPoint2D64f[][] points
)

Parameters

points
Type: Emgu.CV.StructureMCvPoint2D64f
Arrays of points

Return Value

Type: MatrixDouble
A two dimension matrix that represent the points
See Also