How to Compute Volume of the Convex hull and how to compare the octrees

Typically: "How do I... ", "How can I... " questions
Post Reply
Gillani
Posts: 3
Joined: 06 Aug 2020, 11:48

How to Compute Volume of the Convex hull and how to compare the octrees

Post by Gillani »

Hello,

I would like to know that is it possible to compute the volume of the Convex hull ?

or

Is it possible to compare two octrees/point clouds to determine how much regions (with numeric quantity) are overlapped, of two-point clouds (both have the same reference point)?

Any ideas, suggestions will be highly appreciated.

Thank you in advance

coppelia
Site Admin
Posts: 10375
Joined: 14 Dec 2012, 00:25

Re: How to Compute Volume of the Convex hull and how to compare the octrees

Post by coppelia »

Hello,

I think your best option would be to use sim.subtractObjectFromPointCloud, maybe together with sim.getPointCloudPoints. Or sim.subtractObjectFromOctree together with sim.getOctreeVoxels.

Cheers

Post Reply