Hello all,
I am trying to have object detection using point clouds. But the constraint is I cannot use machine learning approach because I do not have enough data to train a network and it is not an usual class object found in the pre-trained networks.
I want to proceed with traditional approach. I have come across segmentation and clustering approaches for obtaining the points that represent the desired object in the 3d point cloud. I have also tried RANSAC to get the plane on which the object lies in order to eliminate outlier points.
I am still looking for any other ideas which can serve the purpose. I would be really grateful if I can find some new ideas.
Thank you very much!