#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 <limits>Include dependency graph for main.cpp:

Go to the source code of this file.
Defines | |
| #define | USE_VIGRA |
Functions | |
| double | getDistance (vector< double > *d1, vector< double > *d2) |
| int | main (int argc, char *argv[]) |
|
|
|
|
||||||||||||
|
Definition at line 45 of file main.cpp. References vigra_ext::pow(). Referenced by main(). |
|
||||||||||||
|
Definition at line 53 of file main.cpp. References cout, Descriptor::createDescriptors(), HessianDetector::detect(), APImage::drawCircle(), Descriptor::getDescriptors(), getDistance(), HessianDetector::getPoints(), HD_BOX_FILTERS, APImage::integrate(), celeste::max(), APImage::open(), Descriptor::setPoints(), and APImage::show(). |
1.3.9.1