#include <stdio.h>#include <iostream>#include <stdlib.h>#include <math.h>#include <ctime>#include <algorithm>#include <string>#include "APImage.h"#include "HessianDetector.h"#include "Descriptor.h"#include "getopt.h"#include <limits>#include <unistd.h>Include dependency graph for MatchPoint.cpp:

Go to the source code of this file.
Defines | |
| #define | USE_VIGRA |
Functions | |
| void | usage () |
| int | main (int argc, char *argv[]) |
|
|
Definition at line 22 of file MatchPoint.cpp. |
|
||||||||||||
|
Definition at line 73 of file MatchPoint.cpp. References cerr, cout, Descriptor::createDescriptors(), HessianDetector::detect(), Descriptor::generateAutopanoXML(), HessianDetector::getPoints(), HD_BOX_FILTERS, APImage::integrate(), APImage::open(), Descriptor::printDescriptors(), Descriptor::setPoints(), and usage(). |
|
|
Definition at line 53 of file MatchPoint.cpp. References cout. |
1.3.9.1