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

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

screwing around with numbering paragraphs

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 relationships 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 \ref{chap:techreport}, \ref{chap:verify} and
20\ref{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 released of all the
29code quite early in its development, and while operating and
30maintaining it took considerable effort, we learned a great deal about
31real-world data, and the fact that real people were using it to do
32real work motivated us to continue tuning and refining the system.  As
33more and more 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.