Calibrator3DCreatePointCloudT Method (Image)

CVB.Net Documentation
Creates a calibrated PointCloud with point type T from the given rangeMap.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public PointCloud CreatePointCloud<T>(
	Image rangeMap
)
where T : struct, new()

Parameters

rangeMap
Type: Stemmer.CvbImage
Range map to use.

Type Parameters

T
Point type to create; e.g. Point3Dcf.

Return Value

Type: PointCloud
Newly created, calibrated point cloud.
See Also

Reference