Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Informations about Nearest Neighbour

Subject: CGAL users discussion list

List archive

[cgal-discuss] Informations about Nearest Neighbour


Chronological Thread 
  • From: <>
  • To:
  • Subject: [cgal-discuss] Informations about Nearest Neighbour
  • Date: Wed, 22 May 2013 14:19:23 +0200 (CEST)

Hi,

I am working on a project in Java where I need to use the Nearest Neighbour
function that exists in MatLab (since my project is basically a port of a
MatLab script). I need to compute the NN for set of points and a set of faces
(triangles).

Using CGAL java bindings was the first option but I had issues getting the
bindings to work and also I would have problems in deploying it to different
platforms.

Could somebody please point me out to where I can learn how to do the NN as in
MatLab's function [a b] = nearestNeighbor(..., .., .., ..);. ?

As input data I have an unsorted list of 3D triangles and as a result I would
like to have the same result as the MatLab's function.

Any help pointing on an existing library for NN, or where I could easily learn
how to do it, would be greatly appreciated

best regards
R.Bervini [% user.email %]



Archive powered by MHonArc 2.6.18.

Top of Page