open3d.geometry.crop_point_cloud¶
-
open3d.geometry.
crop_point_cloud
(input, min_bound, max_bound)¶ Function to crop input pointcloud into output pointcloud
- Parameters
input (open3d.geometry.PointCloud) – The input point cloud.
min_bound (numpy.ndarray[float64[3, 1]]) – Minimum bound for point coordinate
max_bound (numpy.ndarray[float64[3, 1]]) – Maximum bound for point coordinate
- Returns
open3d.geometry.PointCloud