#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 45 of file ORBextractor.h.
ORB_SLAM2::ORBextractor::ORBextractor |
( |
int |
nfeatures, |
|
|
float |
scaleFactor, |
|
|
int |
nlevels, |
|
|
int |
iniThFAST, |
|
|
int |
minThFAST |
|
) |
| |
ORB_SLAM2::ORBextractor::~ORBextractor |
( |
| ) |
|
|
inline |
void ORB_SLAM2::ORBextractor::ComputeKeyPointsOctTree |
( |
std::vector< std::vector< cv::KeyPoint > > & |
allKeypoints | ) |
|
|
protected |
void ORB_SLAM2::ORBextractor::ComputeKeyPointsOld |
( |
std::vector< std::vector< cv::KeyPoint > > & |
allKeypoints | ) |
|
|
protected |
void ORB_SLAM2::ORBextractor::ComputePyramid |
( |
cv::Mat |
image | ) |
|
|
protected |
std::vector<cv::KeyPoint> ORB_SLAM2::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> ORB_SLAM2::ORBextractor::GetInverseScaleFactors |
( |
| ) |
|
|
inline |
std::vector<float> ORB_SLAM2::ORBextractor::GetInverseScaleSigmaSquares |
( |
| ) |
|
|
inline |
int ORB_SLAM2::ORBextractor::GetLevels |
( |
| ) |
|
|
inline |
float ORB_SLAM2::ORBextractor::GetScaleFactor |
( |
| ) |
|
|
inline |
std::vector<float> ORB_SLAM2::ORBextractor::GetScaleFactors |
( |
| ) |
|
|
inline |
std::vector<float> ORB_SLAM2::ORBextractor::GetScaleSigmaSquares |
( |
| ) |
|
|
inline |
void ORB_SLAM2::ORBextractor::operator() |
( |
cv::InputArray |
image, |
|
|
cv::InputArray |
mask, |
|
|
std::vector< cv::KeyPoint > & |
keypoints, |
|
|
cv::OutputArray |
descriptors |
|
) |
| |
int ORB_SLAM2::ORBextractor::iniThFAST |
|
protected |
int ORB_SLAM2::ORBextractor::minThFAST |
|
protected |
std::vector<int> ORB_SLAM2::ORBextractor::mnFeaturesPerLevel |
|
protected |
std::vector<cv::Mat> ORB_SLAM2::ORBextractor::mvImagePyramid |
std::vector<float> ORB_SLAM2::ORBextractor::mvInvLevelSigma2 |
|
protected |
std::vector<float> ORB_SLAM2::ORBextractor::mvInvScaleFactor |
|
protected |
std::vector<float> ORB_SLAM2::ORBextractor::mvLevelSigma2 |
|
protected |
std::vector<float> ORB_SLAM2::ORBextractor::mvScaleFactor |
|
protected |
int ORB_SLAM2::ORBextractor::nfeatures |
|
protected |
int ORB_SLAM2::ORBextractor::nlevels |
|
protected |
std::vector<cv::Point> ORB_SLAM2::ORBextractor::pattern |
|
protected |
double ORB_SLAM2::ORBextractor::scaleFactor |
|
protected |
std::vector<int> ORB_SLAM2::ORBextractor::umax |
|
protected |
The documentation for this class was generated from the following file: