Subject: CGAL users discussion list
List archive
- From: 杨成林 <>
- To:
- Subject: Re: [cgal-discuss] Nearest Neighbor Search
- Date: Wed, 19 May 2010 21:21:32 +0800
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=hV/gW1gUZkV9Af/5FsYJt9TOsLe97qZCCPBvQmdodhoyj/lqMmTDtmtmIuIo6ccGYh G+8IuF61JxITE0vhlcACEBDiDwl1iP61IW7kIJdAFqwGzNN9FfL/VWouP2ZnMn1UCamr wHyLrManXfY5SK1qcx500zDjizyAbb1tJ+H0s=
The spatial searching package in CGAL is not very efficient, though I have not test the new version. ANN is a good nearest neighbor searching package, and Zhou has suggested STANN. To compute Hausdorff distance, if you implement the search algorithm yourself, you can terminate the search early to save time. Let d be the current hausdorff distance, then if the search process get distance less than d, the search can be terminated.
2010/5/19 Panagiotis Foteinos <>
Hello yall.
I would like to compute the Hausdorff distance of two 3D point sets. I am thinking of using the K nearest neighbor algorithm of CGAL with K equal to 1 for each point on the first set and for each point on the second set (two-sided Hausdorff distance).
Each point set is expected to contain no more than 100,000 points.
Has anyone benchmarked the K nearest neighbor package? Is it reasonably fast? Any comments would be appreciated.
Best Regards,
Panagiotis Foteinos
--
杨成林
Yang Chenglin
- [cgal-discuss] Nearest Neighbor Search, Panagiotis Foteinos, 05/19/2010
- Re: [cgal-discuss] Nearest Neighbor Search, Sophie Che, 05/19/2010
- Re: [cgal-discuss] Nearest Neighbor Search, 杨成林, 05/19/2010
- Re: [cgal-discuss] Nearest Neighbor Search, Panagiotis Foteinos, 05/19/2010
- Re: [cgal-discuss] Nearest Neighbor Search, 杨成林, 05/20/2010
- Re: [cgal-discuss] Nearest Neighbor Search, Panagiotis Foteinos, 05/20/2010
- Re: [cgal-discuss] Nearest Neighbor Search, Fei (Sophie) Che, 05/20/2010
- Re: [cgal-discuss] Nearest Neighbor Search, Panagiotis Foteinos, 05/20/2010
- Re: [cgal-discuss] Nearest Neighbor Search, 杨成林, 05/20/2010
- Re: [cgal-discuss] Nearest Neighbor Search, Panagiotis Foteinos, 05/19/2010
Archive powered by MHonArc 2.6.16.