How to find closest point(s) around a specific point in point cloud?
- From: robert <robert.kj.karlsson@xxxxxxxxx>
- Date: Sun, 30 Mar 2008 13:17:37 -0700 (PDT)
I can't find any site with information about the simplest way to
locate the n number of closest points adjacent to a point in a 3d
point cloud with scattered data.
Basically, I've got an array, call it V, with a couple of hundred
positions [x,y,z] and a value (eg [0-100).
Let's say I wanted to pick the 5 closest points around a specific
point, call it P, with a value like [x,y,z] = [10,20,30]
I'm going to have to write functions in different languages, so some
generic pseudo code would be great.
Robert Karlsson
.
- Follow-Ups:
- Re: How to find closest point(s) around a specific point in point cloud?
- From: Paul Hsieh
- Re: How to find closest point(s) around a specific point in point cloud?
- From: alex
- Re: How to find closest point(s) around a specific point in point cloud?
- From: cr88192
- Re: How to find closest point(s) around a specific point in point cloud?
- From: Ben C
- Re: How to find closest point(s) around a specific point in point cloud?
- Prev by Date: Re: Parallel building/compiling
- Next by Date: Re: spinoza programming language status report
- Previous by thread: Parallel building/compiling
- Next by thread: Re: How to find closest point(s) around a specific point in point cloud?
- Index(es):