#include <PyMatcher.h>
|
| bool | cuda () const |
| |
| int | iterations () const |
| |
| std::vector< cv::DMatch > | match (const cv::Mat &descriptorsQuery, const cv::Mat &descriptorsTrain, const std::vector< cv::KeyPoint > &keypointsQuery, const std::vector< cv::KeyPoint > &keypointsTrain, const cv::Size &imageSize) |
| |
| float | matchThreshold () const |
| |
| const std::string & | model () const |
| |
| const std::string & | path () const |
| |
| | PyMatcher (const std::string &pythonMatcherPath, float matchThreshold=0.2f, int iterations=20, bool cuda=true, const std::string &model="indoor") |
| |
| virtual | ~PyMatcher () |
| |
Definition at line 19 of file PyMatcher.h.
| rtabmap::PyMatcher::PyMatcher |
( |
const std::string & |
pythonMatcherPath, |
|
|
float |
matchThreshold = 0.2f, |
|
|
int |
iterations = 20, |
|
|
bool |
cuda = true, |
|
|
const std::string & |
model = "indoor" |
|
) |
| |
| rtabmap::PyMatcher::~PyMatcher |
( |
| ) |
|
|
virtual |
| bool rtabmap::PyMatcher::cuda |
( |
| ) |
const |
|
inline |
| int rtabmap::PyMatcher::iterations |
( |
| ) |
const |
|
inline |
| std::vector< cv::DMatch > rtabmap::PyMatcher::match |
( |
const cv::Mat & |
descriptorsQuery, |
|
|
const cv::Mat & |
descriptorsTrain, |
|
|
const std::vector< cv::KeyPoint > & |
keypointsQuery, |
|
|
const std::vector< cv::KeyPoint > & |
keypointsTrain, |
|
|
const cv::Size & |
imageSize |
|
) |
| |
| float rtabmap::PyMatcher::matchThreshold |
( |
| ) |
const |
|
inline |
| const std::string& rtabmap::PyMatcher::model |
( |
| ) |
const |
|
inline |
| const std::string& rtabmap::PyMatcher::path |
( |
| ) |
const |
|
inline |
| bool rtabmap::PyMatcher::cuda_ |
|
private |
| int rtabmap::PyMatcher::iterations_ |
|
private |
| float rtabmap::PyMatcher::matchThreshold_ |
|
private |
| std::string rtabmap::PyMatcher::model_ |
|
private |
| std::string rtabmap::PyMatcher::path_ |
|
private |
| PyObject* rtabmap::PyMatcher::pFunc_ |
|
private |
| PyObject* rtabmap::PyMatcher::pModule_ |
|
private |
The documentation for this class was generated from the following files: