|
virtual void | compute (const cv::Mat &image, std::vector< cv::KeyPoint > &keypoints, cv::Mat &descriptors) |
|
virtual void | detect (const cv::Mat &image, std::vector< cv::KeyPoint > &keypoints, const cv::Mat &mask=cv::Mat()) |
|
virtual void | detectAndCompute (const cv::Mat &image, std::vector< cv::KeyPoint > &keypoints, cv::Mat &descriptors, const cv::Mat &mask=cv::Mat()) |
|
| GPUORB (int nFeatures=Settings::defaultFeature2D_ORB_nFeatures(), float scaleFactor=Settings::defaultFeature2D_ORB_scaleFactor(), int nLevels=Settings::defaultFeature2D_ORB_nLevels(), int edgeThreshold=Settings::defaultFeature2D_ORB_edgeThreshold(), int firstLevel=Settings::defaultFeature2D_ORB_firstLevel(), int WTA_K=Settings::defaultFeature2D_ORB_WTA_K(), int scoreType=Settings::defaultFeature2D_ORB_scoreType(), int patchSize=Settings::defaultFeature2D_ORB_patchSize(), int fastThreshold=Settings::defaultFeature2D_Fast_threshold(), bool fastNonmaxSupression=Settings::defaultFeature2D_Fast_nonmaxSuppression()) |
|
virtual | ~GPUORB () |
|
| Feature2D (cv::Ptr< cv::FeatureDetector > featureDetector) |
|
| Feature2D (cv::Ptr< cv::DescriptorExtractor > descriptorExtractor) |
|
| Feature2D (cv::Ptr< cv::Feature2D > feature2D) |
|
| Feature2D () |
|
virtual | ~Feature2D () |
|
Definition at line 454 of file Settings.cpp.
find_object::GPUORB::GPUORB |
( |
int |
nFeatures = Settings::defaultFeature2D_ORB_nFeatures() , |
|
|
float |
scaleFactor = Settings::defaultFeature2D_ORB_scaleFactor() , |
|
|
int |
nLevels = Settings::defaultFeature2D_ORB_nLevels() , |
|
|
int |
edgeThreshold = Settings::defaultFeature2D_ORB_edgeThreshold() , |
|
|
int |
firstLevel = Settings::defaultFeature2D_ORB_firstLevel() , |
|
|
int |
WTA_K = Settings::defaultFeature2D_ORB_WTA_K() , |
|
|
int |
scoreType = Settings::defaultFeature2D_ORB_scoreType() , |
|
|
int |
patchSize = Settings::defaultFeature2D_ORB_patchSize() , |
|
|
int |
fastThreshold = Settings::defaultFeature2D_Fast_threshold() , |
|
|
bool |
fastNonmaxSupression = Settings::defaultFeature2D_Fast_nonmaxSuppression() |
|
) |
| |
|
inline |
virtual find_object::GPUORB::~GPUORB |
( |
| ) |
|
|
inlinevirtual |
virtual void find_object::GPUORB::compute |
( |
const cv::Mat & |
image, |
|
|
std::vector< cv::KeyPoint > & |
keypoints, |
|
|
cv::Mat & |
descriptors |
|
) |
| |
|
inlinevirtual |
virtual void find_object::GPUORB::detect |
( |
const cv::Mat & |
image, |
|
|
std::vector< cv::KeyPoint > & |
keypoints, |
|
|
const cv::Mat & |
mask = cv::Mat() |
|
) |
| |
|
inlinevirtual |
virtual void find_object::GPUORB::detectAndCompute |
( |
const cv::Mat & |
image, |
|
|
std::vector< cv::KeyPoint > & |
keypoints, |
|
|
cv::Mat & |
descriptors, |
|
|
const cv::Mat & |
mask = cv::Mat() |
|
) |
| |
|
inlinevirtual |
CVCUDA::ORB_GPU find_object::GPUORB::orb_ |
|
private |
The documentation for this class was generated from the following file: