#include <EdgeletFeatureMatcher.h>
|
| EdgeletFeatureMatcher () |
|
| EdgeletFeatureMatcher (std::shared_ptr< AFeatureDetector > detector) |
|
uint | match (std::shared_ptr< ImageSensor > &sensor1, std::shared_ptr< ImageSensor > &sensor2, vec_match &matches, vec_match &matches_with_ldmks, int searchAreaWidth=51, int searchAreaHeight=51) |
|
| AFeatureMatcher () |
|
| AFeatureMatcher (std::shared_ptr< AFeatureDetector > detector) |
|
virtual uint | match (std::vector< std::shared_ptr< AFeature >> &features1, std::vector< std::shared_ptr< AFeature >> &features2, std::vector< std::shared_ptr< AFeature >> &features_init, vec_match &matches, vec_match &matches_with_ldmks, int searchAreaWidth=51, int searchAreaHeight=51) |
|
virtual uint | ldmk_match (std::shared_ptr< ImageSensor > &sensor1, vec_shared< ALandmark > &ldmks, int searchAreaWidth=51, int searchAreaHeight=51) |
|
◆ EdgeletFeatureMatcher() [1/2]
isae::EdgeletFeatureMatcher::EdgeletFeatureMatcher |
( |
| ) |
|
|
inline |
◆ EdgeletFeatureMatcher() [2/2]
isae::EdgeletFeatureMatcher::EdgeletFeatureMatcher |
( |
std::shared_ptr< AFeatureDetector > |
detector | ) |
|
|
inline |
◆ match()
uint isae::EdgeletFeatureMatcher::match |
( |
std::shared_ptr< ImageSensor > & |
sensor1, |
|
|
std::shared_ptr< ImageSensor > & |
sensor2, |
|
|
vec_match & |
matches, |
|
|
vec_match & |
matches_with_ldmks, |
|
|
int |
searchAreaWidth = 51 , |
|
|
int |
searchAreaHeight = 51 |
|
) |
| |
The documentation for this class was generated from the following files: