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
Syntaxpublic PointCloud MaskedByRegionOfInterest(
SettingsRegionOfInterestGroupBoxGroup roiSettings
)
Public Function MaskedByRegionOfInterest (
roiSettings As SettingsRegionOfInterestGroupBoxGroup
) As PointCloud
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
See Also