| |
| Covariances estimated for SIFT features | Covariances estimated for SURF features |
| 2009 | |
| B. Zeisl, P. Georgel, F. Schweiger, E. Steinbach, N. Navab
Estimation of Location Uncertainty for Scale Invariant Feature Points British Machine Vision Conference (BMVC), London (UK), September 7-10, 2009 (bib) |
|
USAGE: ./detector -t SURF|SIFT -i <img> [OPTIONS] REQUIRED PARAMETERS: -t <type> Detector type, SURF or SIFT -i <img> Image file name of image to process. PGM file form at needed. OPTIONS: -d <dir> The directory containing the image file (default is ./) -o <name> Keypoint output file (default: IMG.key_sift|.key_surf). -q Quiet mode. Don't print status information. -show Display the found feature points in the image. -save Draw the points in the image and save to file.$covEstimate.exe
USAGE:
./covEstimate -t SIFT|SURF -i <img> [OPTIONS]
REQUIRED PARAMETERS:
-t <type> Detector type, SURF or SIFT
-i <img> Image file to process.
OPTIONS:
-k <file> File ending of the keypoint file to load. The name itself
is according to the name of the image.
(default is .key_sift|.key_surf)
-d <dir> The directory containing the image file (default is ./)
-q Quite prossing. Don't print status information.
-show Display the estimated uncertainty for feature points in the
image, each as ellipse according to the covariance matrix.
-save Draw the covariance in the image and save to file.
Test call using the image we provide with the code
$detector.exe -t SURF -i test.pgm -d ../data/ -show $covEstimate.exe -t SURF -i test.pgm -d ../data/ -show