source: proiecte/pmake3d/make3d_original/Make3dSingleImageStanford_version0.1/third_party/ann_1.1.1/ReadMe.txt @ 37

Last change on this file since 37 was 37, checked in by (none), 14 years ago

Added original make3d

File size: 2.4 KB
Line 
1ANN: Approximate Nearest Neighbors
2Version: 1.1.1
3Release date: Aug 4, 2006
4----------------------------------------------------------------------------
5Copyright (c) 1997-2005 University of Maryland and Sunil Arya and David
6Mount. All Rights Reserved.  See Copyright.txt and License.txt for
7complete information on terms and conditions of use and distribution of
8this software.
9----------------------------------------------------------------------------
10
11Authors
12-------
13David Mount
14Dept of Computer Science
15University of Maryland,
16College Park, MD 20742 USA
17mount@cs.umd.edu
18http://www.cs.umd.edu/~mount/
19
20Sunil Arya
21Dept of Computer Science
22Hong University of Science and Technology
23Clearwater Bay, HONG KONG
24arya@cs.ust.hk
25http://www.cs.ust.hk/faculty/arya/
26
27Introduction
28------------
29ANN is a library written in the C++ programming language to support both
30exact and approximate nearest neighbor searching in spaces of various
31dimensions.  It was implemented by David M. Mount of the University of
32Maryland, and Sunil Arya of the Hong Kong University of Science and
33Technology.  ANN (pronounced like the name ``Ann'') stands for
34Approximate Nearest Neighbors.  ANN is also a testbed containing
35programs and procedures for generating data sets, collecting and
36analyzing statistics on the performance of nearest neighbor algorithms
37and data structures, and visualizing the geometric structure of these
38data structures.
39
40The ANN source code and documentation is available from the following
41web page:
42
43    http://www.cs.umd.edu/~mount/ANN
44
45For more information on ANN and its use, see the ``ANN Programming
46Manual,'' which is provided with the software distribution.
47
48----------------------------------------------------------------------------
49History
50  Version 0.1  03/04/98
51    Preliminary release
52  Version 0.2  06/24/98
53    Changes for SGI compiler.
54  Version 1.0  04/01/05
55    Fixed a number of small bugs
56    Added dump/load operations
57    Added annClose to eliminate minor memory leak
58    Improved compatibility with current C++ compilers
59    Added compilation for Microsoft Visual Studio.NET
60    Added compilation for Linux 2.x
61  Version 1.1  05/03/05
62    Added make target for Mac OS X
63    Added fixed-radius range searching and counting
64    Added instructions on compiling/using ANN on Windows platforms
65    Fixed minor output bug in ann2fig
66  Version 1.1.1  08/04/06
67    Added "planted" distribution
68    Updated old source comments for GNU LPL.
Note: See TracBrowser for help on using the repository browser.