Click or drag to resize

PointCloudMaskedByRegionOfInterest Method

Apply region of interest filtering to a copy of the point cloud

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 2.18.0.0
Syntax
public PointCloud MaskedByRegionOfInterest(
	SettingsRegionOfInterestGroupBoxGroup roiSettings
)

Parameters

roiSettings
Type: Zivid.NETSettingsRegionOfInterestGroupBoxGroup
The ROI box settings defining the 3D region to preserve

Return Value

Type: PointCloud
Remarks
This method is identical to MaskByRegionOfInterest(SettingsRegionOfInterestGroupBoxGroup), except that the filtering is performed on a copy of the original point cloud. This method does not modify the original point cloud.
See Also