$search
#include <math.h>
#include "fast_match_template/FastMatchTemplate.h"
Go to the source code of this file.
Functions | |
void | DrawFoundTargets (Mat *image, const Size &size, const vector< Point > &pointsList, const vector< double > &confidencesList, int red, int green, int blue) |
bool | FastMatchTemplate (const Mat &source, const Mat &target, vector< Point > *foundPointsList, vector< double > *confidencesList, int matchPercentage, bool findMultipleTargets, int numMaxima, int numDownPyrs, int searchExpansion) |
void | MultipleMaxLoc (const Mat &image, Point **locations, int numMaxima) |
void DrawFoundTargets | ( | Mat * | image, | |
const Size & | size, | |||
const vector< Point > & | pointsList, | |||
const vector< double > & | confidencesList, | |||
int | red, | |||
int | green, | |||
int | blue | |||
) |
Definition at line 284 of file FastMatchTemplate.cpp.
bool FastMatchTemplate | ( | const Mat & | source, | |
const Mat & | target, | |||
vector< Point > * | foundPointsList, | |||
vector< double > * | confidencesList, | |||
int | matchPercentage, | |||
bool | findMultipleTargets, | |||
int | numMaxima, | |||
int | numDownPyrs, | |||
int | searchExpansion | |||
) |
Definition at line 32 of file FastMatchTemplate.cpp.
void MultipleMaxLoc | ( | const Mat & | image, | |
Point ** | locations, | |||
int | numMaxima | |||
) |
Definition at line 230 of file FastMatchTemplate.cpp.