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

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)

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)?

Asked:

on 22 Nov 2013

Answered:

on 22 Nov 2013

Community Treasure Hunt

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

Start Hunting!