DensePointCloud Constructor (Int32, Int32, PointCloudFlags)

CVB.Net Documentation
Constructor.

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

public DensePointCloud(
	int width,
	int height,
	PointCloudFlags flags
)

Parameters

width
Type: SystemInt32
Width of the pointcloud to create.
height
Type: SystemInt32
Height of the pointcloud to create.
flags
Type: Stemmer.CvbPointCloudFlags
Flags to create the pointcloud with.
See Also

Reference