CVBpy 15.0
SparsePointCloud Member List

This is the complete list of members for SparsePointCloud, including all inherited members.

calculate_bounding_box(self)PointCloud
calculate_center_of_gravity(self)PointCloud
calculate_covariance_matrix(self)PointCloud
convert(self, int flags)PointCloud
crop(self, cvb.Cuboid clip_box)SparsePointCloud
data_typePointCloudstatic
down_sample(self, int mode, int value)PointCloud
duplicate(self)PointCloud
fit_plane(self, Optional[cvb.Cuboid] aoi)PointCloud
from_composite(cvb.Composite composite)PointCloud
from_dense_point_cloud(cvb.DensePointCloud dense_point_cloud)SparsePointCloud
frustum_crop(self, cvb.Cuboid clip_box, cvb.Angle theta, cvb.Angle phi)SparsePointCloud
layoutPointCloudstatic
matrix_transform(self, cvb.Matrix3DH matrix)PointCloud
num_pointsPointCloudstatic
plane_countPointCloudstatic
plane_crop(self, cvb.Plane3D plane, cvb.NumberRange range, int crop_range)SparsePointCloud
plane_crop(self, float threshold, Optional[int] crop_below_above)SparsePointCloud
planesPointCloudstatic
range_map(self, cvb.NumberRange x_range, cvb.NumberRange y_range, cvb.Size2D size, float background)PointCloud
save(self, str file_name, Optional[int] flags=cvb.PointCloudFlags.Float)PointCloud
scale(self, Union[cvb.Factors3D, List[float]] factors)PointCloud
to_dense_point_cloud(self, int conversion_mode=cvb.ConversionMode.Automatic)SparsePointCloud
transform(self, cvb.AffineMatrix3D transformation)PointCloud