CvCreatePOSITObject Method (CvPoint3D32f, Int32) OpenCvSharp Class Library
Initializes structure containing object information

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static CvPOSITObject CreatePOSITObject(
	CvPoint3D32f[] points,
	int pointCount
)

Parameters

points
Type: OpenCvSharpCvPoint3D32f
Array of points of the 3D object model.
pointCount
Type: SystemInt32
Number of object points.

Return Value

Type: CvPOSITObject

[Missing <returns> documentation for "M:OpenCvSharp.Cv.CreatePOSITObject(OpenCvSharp.CvPoint3D32f[],System.Int32)"]

See Also

Reference