DensePointCloudCreateT Method (Size2D)

CVB.Net Documentation
Creates a new dense point cloud with the specified size and components of the given type T.

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

public static DensePointCloud Create<T>(
	Size2D size
)
where T : struct, new()

Parameters

size
Type: Stemmer.CvbSize2D
Size of the point cloud to create.

Type Parameters

T
One of Stemmer.Cvb.Point3D types.

Return Value

Type: DensePointCloud
Newly created dense point cloud.
Exceptions

ExceptionCondition
ArgumentExceptionWhen T is not double or float.
CvbExceptionWhen creating the dense point cloud failed.
See Also

Reference