Clear Filters
Clear Filters

How can i sample the point cloud data base on the density ?

2 views (last 30 days)
Hi, i have a set of point cloud data(xyz-coordinate). i want to sample it by the density. How can i do this ?

Answers (1)

Image Analyst
Image Analyst on 22 Nov 2013
If you sample uniformly you'll get more sample locations where your data is denser and less sample locations where it is less dense. Is that what you want? On the other hand, if you sample it more where it's denser then you'll get inordinately more data points from the dense region than you should. Is that really what you want (I wouldn't think so)?

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!