class Match.
More...
Detailed Description
class Match.
contains matches from 2 sets of features
Definition at line 33 of file match.hpp.
#include <match.hpp>
List of all members.
Public Member Functions |
| Match (double thd_=0.8) |
| Default constructor.
|
void | setThreshold (double thd_) |
| set threshold
|
int | getNbMatches () |
| return the number of match
|
oneMatch & | get (int i) |
| return the i-th match
|
void | compute (const std::vector< KBFeature > &f1_, const jafar::image::JfrImage &src1_, const std::vector< KBFeature > &f2_, const jafar::image::JfrImage &src2_) |
| compute matches
|
jafar::image::JfrImage * | drawMatches (const jafar::image::JfrImage &src1_, const jafar::image::JfrImage &src2_) |
| draw matches
|
Private Attributes |
double | thd |
| match threshold
|
std::vector< oneMatch > | matches |
| vector of matches
|
Member Function Documentation
compute matches
- Parameters:
-
f1_ | vector of features |
f2_ | vector of features |
draw matches
- Parameters:
-
src1_ | first source image |
src2_ | second source image |
- Returns:
- combined image with matched features
The documentation for this class was generated from the following file: