bare earth extraction - simplified method
-
- Posts: 5
- Joined: Fri Oct 25, 2013 9:20 am
bare earth extraction - simplified method
Hi Daniel
I was thinking of a simplified method of bare earth extraction that uses the octree structure:
1) define a level of octree subdivision
2) divide the point cloud into columns of octree cells and choose the lowest point of the lowest octree cell of each column
3) create a new point cloud with points selected in step 2
it should be a quick and easy way to remove sparse vegetation, people, cars and vertical or overhanging objects from scans
Thanks
Alberto
I was thinking of a simplified method of bare earth extraction that uses the octree structure:
1) define a level of octree subdivision
2) divide the point cloud into columns of octree cells and choose the lowest point of the lowest octree cell of each column
3) create a new point cloud with points selected in step 2
it should be a quick and easy way to remove sparse vegetation, people, cars and vertical or overhanging objects from scans
Thanks
Alberto
Re: bare earth extraction - simplified method
Hi,
I think the method already exists: it's in "Tools > Projection > Height grid generation".
This method let's you decide of a regular grid step (~ level of subdivision), an orientation (X, Y or Z) and then projects all points in 2D along this orientation, keeping only one point per grid cell. You can eventually choose which point is kept each time (max, mean or min altitude - the latter one will correspond to your proposition).
I believe some users already use it to extract bare earth from aerial lidar data with it.
Thanks for the suggestion anyway (and tell me if I missed something!).
I think the method already exists: it's in "Tools > Projection > Height grid generation".
This method let's you decide of a regular grid step (~ level of subdivision), an orientation (X, Y or Z) and then projects all points in 2D along this orientation, keeping only one point per grid cell. You can eventually choose which point is kept each time (max, mean or min altitude - the latter one will correspond to your proposition).
I believe some users already use it to extract bare earth from aerial lidar data with it.
Thanks for the suggestion anyway (and tell me if I missed something!).
Daniel, CloudCompare admin
-
- Posts: 5
- Joined: Fri Oct 25, 2013 9:20 am
Re: bare earth extraction - simplified method
yes, something like this
-
- Posts: 5
- Joined: Fri Oct 25, 2013 9:20 am
Re: bare earth extraction - simplified method
the heigh grid generator forces the creation of a regular grid, can you only sample the existing points?
Re: bare earth extraction - simplified method
Good idea. We should add an option to do this with the Height Grid Generation tool. I'll add this to the TODO list.
Daniel, CloudCompare admin
-
- Posts: 5
- Joined: Fri Oct 25, 2013 9:20 am
Re: bare earth extraction - simplified method
thanks Daniel
Re: bare earth extraction - simplified method
Ok that's done! It will be available in the next release (and it's already available on the github's trunk for those who compile the project).
Daniel, CloudCompare admin
-
- Posts: 5
- Joined: Fri Oct 25, 2013 9:20 am
Re: bare earth extraction - simplified method
thanks again, I'll wait for the next release
-
- Posts: 14
- Joined: Mon Aug 11, 2014 5:08 pm
Re: bare earth extraction - simplified method
Does the height grid generation tool still exist? I do not see it under tools > projections.
Thanks
Thanks
Re: bare earth extraction - simplified method
Yes, it's now called "rasterize" and it is much more evolved than the Height grid generation.