EPointCloud::PrepareSpacePartition

Enables the build of the space partition (like EPointCloud) and builds it now instead of when it is first needed. The computation time of the space partition depends on the number of points in the point cloud.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void PrepareSpacePartition(
)

Remarks

See also EPointCloud::EnableSpacePartition.

EPointCloud.PrepareSpacePartition

Enables the build of the space partition (like EPointCloud) and builds it now instead of when it is first needed. The computation time of the space partition depends on the number of points in the point cloud.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void PrepareSpacePartition(
)

Remarks

See also EPointCloud::EnableSpacePartition.