Click or drag to resize

PointCloudMask Method

Apply a binary mask to the point cloud in-place

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 2.18.0.0
Syntax
public PointCloud Mask(
	Mask mask
)

Parameters

mask
Type: Zivid.NETMask
A binary mask with the same resolution as the point cloud

Return Value

Type: PointCloud
Remarks
The mask indicates which points in the point cloud should be considered invalid (NaN). The mask must have the same height and width as the point cloud. A value of True/non-zero in the mask indicates that the corresponding point in the point cloud should be set to invalid (NaN). A value of False/zero indicates that the corresponding point should be kept unchanged.
See Also