Hi @niosus ,
I would like to reproduce your result at Fig3 in your journal paper.
I tried a naive approach to get the removal ground points by changing this line from == to =!
if (dilated.at<uint16_t>(r, c) =! 0)
My understanding is that, with this change, depth_ground_remover should return a Cloud obj contains only ground points. However, when visualizing it, I got the original raw pointcloud.
I definitely miss something here and I greatly appreciate your advice.
Hi @niosus ,
I would like to reproduce your result at Fig3 in your journal paper.
I tried a naive approach to get the removal ground points by changing this line from
==to=!My understanding is that, with this change,
depth_ground_removershould return aCloudobj contains only ground points. However, when visualizing it, I got the original raw pointcloud.I definitely miss something here and I greatly appreciate your advice.