point cloud find center
Ältere Kommentare anzeigen
I have a very large point cloud (42 million points), and I need to find the center of this cloud.
Antworten (2)
Star Strider
am 8 Mai 2016
1 Stimme
The centre (or more accurately in this example, ‘centroid’) is the mean of the individual x, y, and z coordinates for the cloud. So if each row of the matrix defining them is an individual point, and the columns define the position of each point, the coordinates of the centroid are the mean of the matrix.
Image Analyst
am 8 Mai 2016
0 Stimmen
Why can't you just average all of the components?
4 Kommentare
Evan
am 8 Mai 2016
Image Analyst
am 8 Mai 2016
Why do you say it's not right? I know there may be some reasons (and I can think of some) but I want to hear your reason.
Walter Roberson
am 8 Mai 2016
What is the range of values? With 42 million of them, I would be concerned about exceeding (required precision)/eps when they are totaled
Image Analyst
am 8 Mai 2016
Good point. Might be able to get pretty much the same centroid just by taking a subset of them.
Kategorien
Mehr zu Point Cloud Processing finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!