Extract point cloud bounding shape

Feel free to ask any question here
Post Reply
PablerasBCN
Posts: 295
Joined: Sat Jan 20, 2018 1:57 pm

Extract point cloud bounding shape

Post by PablerasBCN »

Hi, I've searched without luck so I guess this functionality is missing.

I would need to extract the bounding yellow spline that is displayed in the 3d view, as shown in top view with ortographic, this is to segment this area from another cloud with less resolution

Image
daniel
Site Admin
Posts: 7616
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Extract point cloud bounding shape

Post by daniel »

Hum... not easy currently.

For now you can only read the bounding-box center and dimensions in the cloud properties... and then do the math to deduce were the corners are! (or use the 'Edit > Crop' tool directly, where you can input the center + dimensions).
Daniel, CloudCompare admin
PablerasBCN
Posts: 295
Joined: Sat Jan 20, 2018 1:57 pm

Re: Extract point cloud bounding shape

Post by PablerasBCN »

Hello, thank you, yes looks like a good idea. I can draw the points in CAD and export back as shp. I remember in the past importing shp for triming clouds.
WargodHernandez
Posts: 187
Joined: Tue Mar 05, 2019 3:59 pm

Re: Extract point cloud bounding shape

Post by WargodHernandez »

Maybe a small function to convert bounding boxes to a box primitive, it would be easy to implement.

Combined with a modification to the clipping tool to set the dimensions to either a bounding bow or primitive box selected from the DB.

I might be willing to add that if it's essentially what your asking for.
PablerasBCN
Posts: 295
Joined: Sat Jan 20, 2018 1:57 pm

Re: Extract point cloud bounding shape

Post by PablerasBCN »

Yep exactly that, the actually visible yellow bounding box converted to Spline , just the square/rectangle seen from above converted to a poliline I could use later on with the segment tool :D
Post Reply