Click or drag to resize

PointCloudDownsampled Method

Get a downsampled point cloud

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public PointCloud Downsampled(
	PointCloudDownsampling downsampling
)

Parameters

downsampling
Type: Zivid.NETPointCloudDownsampling
This enum defines the size of the downsampled point cloud

Return Value

Type: PointCloud
Remarks
This method is identical to Downsample(PointCloudDownsampling), except the downsampled point cloud is returned as a new PointCloud instance. The current point cloud is not modified.
See Also