SIFT
|
#include <iostream>
#include <fstream>
#include <vector>
#include <string>
#include <vigra/impex.hxx>
#include <vigra/multi_array.hxx>
#include <opencv2/core/core.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <boost/program_options.hpp>
#include "sift.hpp"
#include "interestpoint.hpp"
Functions | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |