#include <Orb.h>
|
CV_WRAP | CV_ORB (int nfeatures=500, float scaleFactor=1.2f, int nlevels=8, int edgeThreshold=31, int firstLevel=0, int WTA_K=2, int scoreType=CV_ORB::HARRIS_SCORE, int patchSize=31, const ParametersMap &fastParameters=ParametersMap()) |
|
int | descriptorSize () const |
|
int | descriptorType () const |
|
void | operator() (cv::InputArray image, cv::InputArray mask, std::vector< cv::KeyPoint > &keypoints) const |
|
void | operator() (cv::InputArray image, cv::InputArray mask, std::vector< cv::KeyPoint > &keypoints, cv::OutputArray descriptors, bool useProvidedKeypoints=false) const |
|
ORB implementation.
Definition at line 58 of file Orb.h.
◆ anonymous enum
Enumerator |
---|
kBytes | |
HARRIS_SCORE | |
FAST_SCORE | |
Definition at line 62 of file Orb.h.
◆ CV_ORB()
Constructor
- Parameters
-
detector_params | parameters to use |
Definition at line 569 of file Orb.cpp.
◆ computeImpl()
void rtabmap::CV_ORB::computeImpl |
( |
const cv::Mat & |
image, |
|
|
std::vector< cv::KeyPoint > & |
keypoints, |
|
|
cv::Mat & |
descriptors |
|
) |
| const |
|
protected |
◆ descriptorSize()
int rtabmap::CV_ORB::descriptorSize |
( |
| ) |
const |
◆ descriptorType()
int rtabmap::CV_ORB::descriptorType |
( |
| ) |
const |
◆ detectImpl()
void rtabmap::CV_ORB::detectImpl |
( |
const cv::Mat & |
image, |
|
|
std::vector< cv::KeyPoint > & |
keypoints, |
|
|
const cv::Mat & |
mask = cv::Mat() |
|
) |
| const |
|
protected |
◆ operator()() [1/2]
void rtabmap::CV_ORB::operator() |
( |
cv::InputArray |
image, |
|
|
cv::InputArray |
mask, |
|
|
std::vector< cv::KeyPoint > & |
keypoints |
|
) |
| const |
◆ operator()() [2/2]
void rtabmap::CV_ORB::operator() |
( |
cv::InputArray |
image, |
|
|
cv::InputArray |
mask, |
|
|
std::vector< cv::KeyPoint > & |
keypoints, |
|
|
cv::OutputArray |
descriptors, |
|
|
bool |
useProvidedKeypoints = false |
|
) |
| const |
◆ edgeThreshold
CV_PROP_RW int rtabmap::CV_ORB::edgeThreshold |
|
protected |
Definition at line 87 of file Orb.h.
◆ fastParameters
Definition at line 93 of file Orb.h.
◆ firstLevel
CV_PROP_RW int rtabmap::CV_ORB::firstLevel |
|
protected |
Definition at line 88 of file Orb.h.
◆ nfeatures
CV_PROP_RW int rtabmap::CV_ORB::nfeatures |
|
protected |
Definition at line 84 of file Orb.h.
◆ nlevels
CV_PROP_RW int rtabmap::CV_ORB::nlevels |
|
protected |
Definition at line 86 of file Orb.h.
◆ patchSize
CV_PROP_RW int rtabmap::CV_ORB::patchSize |
|
protected |
Definition at line 91 of file Orb.h.
◆ scaleFactor
CV_PROP_RW double rtabmap::CV_ORB::scaleFactor |
|
protected |
Definition at line 85 of file Orb.h.
◆ scoreType
CV_PROP_RW int rtabmap::CV_ORB::scoreType |
|
protected |
Definition at line 90 of file Orb.h.
◆ WTA_K
CV_PROP_RW int rtabmap::CV_ORB::WTA_K |
|
protected |
Definition at line 89 of file Orb.h.
The documentation for this class was generated from the following files: