CVBpy 14.0
PointCloudFactory Member List

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

create(cvb.ImagePlane range_map, cvb.Calibrator3D calibrator, int flags, Optional[Type[cvb.PointCloud|cvb.DensePointCloud|cvb.SparsePointCloud]] point_cloud_type=cvb.DensePointCloud)PointCloudFactory
create_dense(cvb.ImagePlane range_map, cvb.Calibrator3D calibrator, int flags)PointCloudFactory
create_dense_from_range_map(cvb.ImagePlane range_map, Union[cvb.Factors3D, List[float]] factors, int flags)PointCloudFactory
create_dense_from_size(cvb.Size2D size, int flags)PointCloudFactory
create_sparse(int num_points, int flags)PointCloudFactory
create_sparse_from_buffer(Any buffer, int layout=cvb.PointCloudLayout.Interleaved)PointCloudFactory
create_with_settings(cvb.ImagePlane range_map, cvb.Calibrator3D calibrator, int flags, cvb.SensorSettings settings, float encoder_step, Optional[Type[cvb.DensePointCloud|cvb.SparsePointCloud]] point_cloud_type=cvb.DensePointCloud)PointCloudFactory
load(str file_name, int flags)PointCloudFactory