Calibrator3DCreatePointCloud Method (Image, PointCloudFlags)

CVB.Net Documentation
Creates a calibrated PointCloud using the given rangeMap and flags.

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

public PointCloud CreatePointCloud(
	Image rangeMap,
	PointCloudFlags flags
)

Parameters

rangeMap
Type: Stemmer.CvbImage
Range map to use.
flags
Type: Stemmer.CvbPointCloudFlags
Flags used for point cloud creation.

Return Value

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

Reference