
#include "Raster/Raster.H"#include "SIFT/Keypoint.H"#include "SIFT/VisualObject.H"#include "SIFT/VisualObjectDB.H"
Go to the source code of this file.
Functions | |
| int | main (const int argc, const char **argv) |
Build a database of VisualObject
Definition in file app-build-SIFT-database.C.
| int main | ( | const int | argc, | |
| const char ** | argv | |||
| ) |
Load a database, enrich it with new VisualObject entities extracted from the given images, and save it back.
Definition at line 45 of file app-build-SIFT-database.C.
References VisualObjectDB::addObject(), VisualObjectDB::loadFrom(), MYLOGVERB, Raster::ReadRGB(), and VisualObjectDB::saveTo().
1.6.3