The false positive rate is the probability of a false match in a database of descriptors.
Each descriptor of the query image is compared with each descriptor of the database and the number
of false matches is counted. The probability of false positives is the total number of false matches
with respect to the product of the number of database points and the number of image points:
The test covered several experiments: rotation, scale changes, affine transformations and
illumination changes. In this evaluation, it was observed that the ranking of the descriptors
does not depend on the point detector and that SIFT descriptors perform the best in all tests except for
lighting illumination change where steerable filters performed better (but they both had a very
good and comparable quality). Steerable filters in overall summary come second;
they can be considered a good choice given the low dimensionality.
Based on this article we chose SIFT. We modified the SIFT for 3 types of representation which will
be described later. We simplified the SIFT feature extraction and we will show that the results are
comparable. However the easiest SIFT did not perform as good as the SIFT proposed in [25]
the algorithm simplification lead to a faster feature extraction. SIFT with overlapping regions was
also tried and it performed best. Features similar to those displayed on figure 3.5 on page are obtained.
These features serve as an input to the classification learning process. The image is normalized
photometrically since part of SIFT feature extraction algorithm is the vector normalization to unit
length.
Kocurek 2007-12-17