#include "pano_core/ImageAtom.h"
#include "pano_core/feature_utils.h"
#include "pano_core/MoleculeProcessor.h"
#include "pano_core/CaptureEngine.h"
#include "pano_core/ModelFitter.h"
#include "pano_core/Blender.h"
#include "pano_core/panoutils.h"
#include <sstream>
#include <opencv2/core/core.hpp>
#include <iostream>
#include <list>
Go to the source code of this file.
Functions | |
void | condenseByTrainImgIdx (const vector< DMatch > &matches, int trainImgIdx, vector< DMatch > &tmatches) |
int | main (int ac, char **av) |
void | maskMatchesByTrainImgIdx (const vector< DMatch > &matches, int trainImgIdx, vector< char > &mask) |
static bool | readStringList (const string &filename, vector< string > &l) |
void condenseByTrainImgIdx | ( | const vector< DMatch > & | matches, |
int | trainImgIdx, | ||
vector< DMatch > & | tmatches | ||
) |
Definition at line 43 of file imagelist_matcher.cpp.
int main | ( | int | ac, |
char ** | av | ||
) |
Definition at line 52 of file imagelist_matcher.cpp.
void maskMatchesByTrainImgIdx | ( | const vector< DMatch > & | matches, |
int | trainImgIdx, | ||
vector< char > & | mask | ||
) |
Definition at line 32 of file imagelist_matcher.cpp.
static bool readStringList | ( | const string & | filename, |
vector< string > & | l | ||
) | [static] |
Definition at line 17 of file imagelist_matcher.cpp.