source: trunk/documents/theses/dstn/conclusion.tex @ 12301

Revision 12301, 1.8 KB checked in by dstn, 14 months ago (diff)

typos

Line 
1
2
3The \an system applies the framework of geometric hashing to the
4astronomical problem of blind astrometric calibration of images.  This
5can be seen as an instance of object recognition in which the
6individual objects to be recognized---stars and galaxies---are almost
7completely indistinctive at the level of precision in typical images.
8The geometric relationships between the objects, however, can be used
9to build very distinctive features.  The problem is made easier by the
10fact that the stars are very distant, so the viewpoint is essentially
11fixed, and while the stars do move, their motions are small enough
12that their geometric relationship change very little.  The problem is
13difficult largely for its sheer scale: typical images cover
14one-millionth of the surface area of the sky or less, and errors of
15various types mean that stars are lost and gained in both the image
16and the reference catalog of stars.
17
18
19Chapters \chapref{chap:techreport}, \chapref{chap:verify} and
20\chapref{chap:kdtree} highlight the main aspects of the system: a
21geometric feature-indexing method that is able to generate
22hypothesized matches; a robust probabilistic scheme for testing these
23hypotheses; and a data structure implementation that allows the whole
24system to operate at a speed that is acceptable for it to be used as a
25practical tool.
26
27
28We launched the \an system as a web service and release all the code
29quite early in its development, and while operating and maintaining it
30took considerable effort, we learned a great deal about real-world
31data, and the fact that real people were using it to do real work
32motivated us to continue tuning and refining the system.  As more and
33more people are using the system and adapting it to their own
34purposes, we feel we are getting closer to our goal ``to help
35organize, annotate and make searchable all the world's astronomical
36information.''
37
38
Note: See TracBrowser for help on using the repository browser.