-
Notifications
You must be signed in to change notification settings - Fork 29
Description
I'm new here and I'm having a lot of difficulty.
I don't work with high dot density, so I tested several parameters to try to find the best result.
the classifier often finds more than one tree at the same location. That's why I applied the treeMap.merge feint, but now it always identifies one less tree than it should.
At the same time, while setting minimum and maximum height in map.hough(<h_min, h_max, min_density>), it selects even fewer trees, so I need to reduce my density even more. (<min_density = 0.0000001>), It still doesn't identify everything.
Could you suggest an example to me so that I can better understand this process.
another thing that I find interesting is that I do the normalization, but when I ask to remove the ground points (<keep_ground = T>) it doesn't do it.
in addition to appearing as an error message. apparently the point cloud was not normalized