Click or drag to resize

PointCloud Constructor (Single)

Create a point cloud from a supplied three-dimensional array of size N x M x 7

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public PointCloud(
	float[,,] arr
)

Parameters

arr
Type: SystemSingle
Array of size N x M x 7 cointaining x,y,z, contrast and r,g,b data
See Also