
#include "Raster/Raster.H"#include "SIFT/Keypoint.H"#include "SIFT/VisualObject.H"#include "SIFT/VisualObjectDB.H"#include "Image/DrawOps.H"
Go to the source code of this file.
Functions | |
| int | main (const int argc, const char **argv) |
Match an image against a database of VisualObject
Definition in file app-match-SIFT-database.C.
| int main | ( | const int | argc, | |
| const char ** | argv | |||
| ) |
Load a database, an image, and find best matches.
Definition at line 45 of file app-match-SIFT-database.C.
References VisualObjectDB::getObjectMatches(), Image< T >::initialized(), VisualObjectDB::loadFrom(), MYLOGVERB, Raster::ReadRGB(), and Raster::WriteRGB().
1.6.3