Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Informations about Nearest Neighbour


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Informations about Nearest Neighbour
  • Date: Thu, 23 May 2013 07:11:38 +0200
  • Organization: GeometryFactory

On 05/22/2013 02:19 PM,

wrote:
Hi,

You are on a mailing to help user of the CGAL library.
You will have chances to get an answer on a Matlab list.

Sebastien.

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