#include <ORBextractor.h>
|
void | ComputeKeyPointsOctTree (std::vector< std::vector< cv::KeyPoint > > &allKeypoints) |
|
void | ComputeKeyPointsOld (std::vector< std::vector< cv::KeyPoint > > &allKeypoints) |
|
void | ComputePyramid (cv::Mat image) |
|
std::vector< cv::KeyPoint > | DistributeOctTree (const std::vector< cv::KeyPoint > &vToDistributeKeys, const int &minX, const int &maxX, const int &minY, const int &maxY, const int &nFeatures, const int &level) |
|
Definition at line 53 of file ORBextractor.h.
rtabmap::ORBextractor::ORBextractor |
( |
int |
nfeatures, |
|
|
float |
scaleFactor, |
|
|
int |
nlevels, |
|
|
int |
iniThFAST, |
|
|
int |
minThFAST, |
|
|
int |
patchSize, |
|
|
int |
edgeThreshold |
|
) |
| |
rtabmap::ORBextractor::~ORBextractor |
( |
| ) |
|
|
inline |
void rtabmap::ORBextractor::ComputeKeyPointsOctTree |
( |
std::vector< std::vector< cv::KeyPoint > > & |
allKeypoints | ) |
|
|
protected |
void rtabmap::ORBextractor::ComputeKeyPointsOld |
( |
std::vector< std::vector< cv::KeyPoint > > & |
allKeypoints | ) |
|
|
protected |
void rtabmap::ORBextractor::ComputePyramid |
( |
cv::Mat |
image | ) |
|
|
protected |
vector< cv::KeyPoint > rtabmap::ORBextractor::DistributeOctTree |
( |
const std::vector< cv::KeyPoint > & |
vToDistributeKeys, |
|
|
const int & |
minX, |
|
|
const int & |
maxX, |
|
|
const int & |
minY, |
|
|
const int & |
maxY, |
|
|
const int & |
nFeatures, |
|
|
const int & |
level |
|
) |
| |
|
protected |
std::vector<float> rtabmap::ORBextractor::GetInverseScaleFactors |
( |
| ) |
|
|
inline |
std::vector<float> rtabmap::ORBextractor::GetInverseScaleSigmaSquares |
( |
| ) |
|
|
inline |
int rtabmap::ORBextractor::GetLevels |
( |
| ) |
|
|
inline |
float rtabmap::ORBextractor::GetScaleFactor |
( |
| ) |
|
|
inline |
std::vector<float> rtabmap::ORBextractor::GetScaleFactors |
( |
| ) |
|
|
inline |
std::vector<float> rtabmap::ORBextractor::GetScaleSigmaSquares |
( |
| ) |
|
|
inline |
void rtabmap::ORBextractor::operator() |
( |
cv::InputArray |
image, |
|
|
cv::InputArray |
mask, |
|
|
std::vector< cv::KeyPoint > & |
keypoints, |
|
|
cv::OutputArray |
descriptors |
|
) |
| |
int rtabmap::ORBextractor::edgeThreshold |
|
protected |
int rtabmap::ORBextractor::halfPatchSize |
|
protected |
int rtabmap::ORBextractor::iniThFAST |
|
protected |
int rtabmap::ORBextractor::minThFAST |
|
protected |
std::vector<int> rtabmap::ORBextractor::mnFeaturesPerLevel |
|
protected |
std::vector<cv::Mat> rtabmap::ORBextractor::mvImagePyramid |
std::vector<float> rtabmap::ORBextractor::mvInvLevelSigma2 |
|
protected |
std::vector<float> rtabmap::ORBextractor::mvInvScaleFactor |
|
protected |
std::vector<float> rtabmap::ORBextractor::mvLevelSigma2 |
|
protected |
std::vector<float> rtabmap::ORBextractor::mvScaleFactor |
|
protected |
int rtabmap::ORBextractor::nfeatures |
|
protected |
int rtabmap::ORBextractor::nlevels |
|
protected |
int rtabmap::ORBextractor::patchSize |
|
protected |
std::vector<cv::Point> rtabmap::ORBextractor::pattern |
|
protected |
double rtabmap::ORBextractor::scaleFactor |
|
protected |
std::vector<int> rtabmap::ORBextractor::umax |
|
protected |
The documentation for this class was generated from the following files: