DensePointCloud Constructor (Int32, Int32)

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
)

Parameters

width
Type: SystemInt32
Width of the pointcloud to create.
height
Type: SystemInt32
Height of the pointcloud to create.
See Also

Reference