Robotics StackExchange | Archived questions

remove outliers in 2d point cloud

Hello everyone
I was trying to apply a pcl::RadiusOutlierRemoval to a 2D point cloud obtained by a laser scan when I realize that it won't work unless you use 3D points.... (at least so I figured out when my program had linking problems when using PointXY cloud and no problems by using PointXYZ clouds). I think to use PointXYZ with z = 0 will not be a good workaround for computational reasons.
Which kind of methods are available for clouds of PointXY to remove noisy points and outliers?
Thank you
Regards

Asked by jappoz on 2016-05-20 02:41:55 UTC

Comments

Answers