Mercurial > cortex
comparison org/literature-review.org @ 371:9c37a55e1cd2
moar literature review.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Tue, 12 Mar 2013 03:54:30 +0000 |
parents | 2d8a8422ff59 |
children | 057d47fc4789 |
comparison
equal
deleted
inserted
replaced
370:44fe96a568b9 | 371:9c37a55e1cd2 |
---|---|
1 When I write my thesis, I want it to have links to every | |
2 | |
3 | |
4 | |
1 * Object Recognition from Local Scale-Invariant Features, David G. Lowe | 5 * Object Recognition from Local Scale-Invariant Features, David G. Lowe |
2 | 6 |
3 This is the famous SIFT paper that is mentioned everywhere. | 7 This is the famous SIFT paper that is mentioned everywhere. |
4 | 8 |
5 This is a way to find objects in images given an image of that | 9 This is a way to find objects in images given an image of that |
39 - Zhang, Z., R. Deriche, O. Faugeras, Q.T. Luong, “A robust | 43 - Zhang, Z., R. Deriche, O. Faugeras, Q.T. Luong, “A robust |
40 technique for matching two uncalibrated images through the recovery | 44 technique for matching two uncalibrated images through the recovery |
41 of the unknown epipolar geometry,” Artificial In- telligence, 78, | 45 of the unknown epipolar geometry,” Artificial In- telligence, 78, |
42 (1995), pp. 87-119. | 46 (1995), pp. 87-119. |
43 | 47 |
44 | |
45 | |
46 | 48 |
47 | 49 |
48 | |
49 | 50 |
50 | 51 |
52 * Alignment by Maximization of Mutual Information, Paul A. Viola | |
53 | |
54 PhD Thesis recommended by Winston. Describes a system that is able | |
55 to align a 3D computer model of an object with an image of that | |
56 object. | |
57 | |
58 - Pages 9-19 is a very adequate intro to the algorithm. | |
59 | |
60 - Has a useful section on entropy and probability at the beginning | |
61 which is worth reading, especially the part about entropy. | |
62 | |
63 - Differential entropy seems a bit odd -- you would think that it | |
64 should be the same as normal entropy for a discrete distrubition | |
65 embedded in continuous space. How do you measure the entropy of a | |
66 half continuous, half discrete random variable? | |
67 | |
68 - Expectation Maximation (Mixture of Gaussians cool stuff) | |
69 (Dempster 1977) | |
70 | |
71 - Good introduction to Parzen Window Density Estimation. Parzen | |
72 density functions trade construction time for evaulation | |
73 time.(Pg. 41) | |
74 | |
75 Occlusion? Seems a bit holistic. | |
76 | |
77 | |
78 ** References | |
79 - "excellent" book on entropy (Cover & Thomas, 1991) | |
80 |