This is the complete list of members for cv::ocl::SURF_OCL, including all inherited members.
_create(const string &name) | cv::Algorithm | static |
Algorithm() | cv::Algorithm | |
ANGLE_ROW enum value | cv::ocl::SURF_OCL | |
compute(const Mat &image, CV_OUT CV_IN_OUT std::vector< KeyPoint > &keypoints, CV_OUT Mat &descriptors) const | cv::Feature2D | |
cv::DescriptorExtractor::compute(const vector< Mat > &images, vector< vector< KeyPoint > > &keypoints, vector< Mat > &descriptors) const | cv::DescriptorExtractor | |
computeImpl(const Mat &image, vector< KeyPoint > &keypoints, Mat &descriptors) const | cv::ocl::SURF_OCL | protectedvirtual |
Constructor typedef | cv::Algorithm | |
create(const string &name) | cv::Feature2D | static |
descriptorSize() const | cv::ocl::SURF_OCL | virtual |
descriptorType() const | cv::ocl::SURF_OCL | virtual |
det | cv::ocl::SURF_OCL | |
detect(const Mat &image, CV_OUT vector< KeyPoint > &keypoints, const Mat &mask=Mat()) const | cv::FeatureDetector | |
detect(const vector< Mat > &images, vector< vector< KeyPoint > > &keypoints, const vector< Mat > &masks=vector< Mat >()) const | cv::FeatureDetector | |
detectImpl(const Mat &image, vector< KeyPoint > &keypoints, const Mat &mask) const | cv::ocl::SURF_OCL | protectedvirtual |
downloadDescriptors(const oclMat &descriptorsocl, vector< float > &descriptors) | cv::ocl::SURF_OCL | |
downloadKeypoints(const oclMat &keypointsocl, vector< KeyPoint > &keypoints) | cv::ocl::SURF_OCL | |
cv::empty() const | cv::FeatureDetector | virtual |
cv::DescriptorExtractor::empty() const | cv::DescriptorExtractor | virtual |
extended | cv::ocl::SURF_OCL | |
get(const string &name) const | cv::Algorithm | inline |
get(const char *name) const | cv::Algorithm | inline |
getAlgorithm(const string &name) const | cv::Algorithm | |
getBool(const string &name) const | cv::Algorithm | |
getDouble(const string &name) const | cv::Algorithm | |
getInt(const string &name) const | cv::Algorithm | |
getList(CV_OUT vector< string > &algorithms) | cv::Algorithm | static |
getMat(const string &name) const | cv::Algorithm | |
getMatVector(const string &name) const | cv::Algorithm | |
getParams(CV_OUT vector< string > &names) const | cv::Algorithm | |
getString(const string &name) const | cv::Algorithm | |
Getter typedef | cv::Algorithm | |
HESSIAN_ROW enum value | cv::ocl::SURF_OCL | |
hessianThreshold | cv::ocl::SURF_OCL | |
info() const | cv::ocl::SURF_OCL | virtual |
intBuffer | cv::ocl::SURF_OCL | |
KeypointLayout enum name | cv::ocl::SURF_OCL | |
keypointsRatio | cv::ocl::SURF_OCL | |
LAPLACIAN_ROW enum value | cv::ocl::SURF_OCL | |
mask1 | cv::ocl::SURF_OCL | |
maskSum | cv::ocl::SURF_OCL | |
maxPosBuffer | cv::ocl::SURF_OCL | |
name() const | cv::Algorithm | |
nOctaveLayers | cv::ocl::SURF_OCL | |
nOctaves | cv::ocl::SURF_OCL | |
OCTAVE_ROW enum value | cv::ocl::SURF_OCL | |
operator()(const oclMat &img, const oclMat &mask, oclMat &keypoints) | cv::ocl::SURF_OCL | |
operator()(const oclMat &img, const oclMat &mask, oclMat &keypoints, oclMat &descriptors, bool useProvidedKeypoints=false) | cv::ocl::SURF_OCL | |
operator()(const oclMat &img, const oclMat &mask, std::vector< KeyPoint > &keypoints) | cv::ocl::SURF_OCL | |
operator()(const oclMat &img, const oclMat &mask, std::vector< KeyPoint > &keypoints, oclMat &descriptors, bool useProvidedKeypoints=false) | cv::ocl::SURF_OCL | |
operator()(const oclMat &img, const oclMat &mask, std::vector< KeyPoint > &keypoints, std::vector< float > &descriptors, bool useProvidedKeypoints=false) | cv::ocl::SURF_OCL | |
operator()(InputArray img, InputArray mask, CV_OUT vector< KeyPoint > &keypoints) const | cv::ocl::SURF_OCL | |
operator()(InputArray img, InputArray mask, CV_OUT vector< KeyPoint > &keypoints, OutputArray descriptors, bool useProvidedKeypoints=false) const | cv::ocl::SURF_OCL | virtual |
paramHelp(const string &name) const | cv::Algorithm | |
paramType(const char *name) const | cv::Algorithm | |
paramType(const string &name) const | cv::Algorithm | |
read(const FileNode &fn) | cv::Algorithm | virtual |
releaseMemory() | cv::ocl::SURF_OCL | |
removeBorderKeypoints(vector< KeyPoint > &keypoints, Size imageSize, int borderSize) | cv::DescriptorExtractor | protectedstatic |
removeInvalidPoints(const Mat &mask, vector< KeyPoint > &keypoints) | cv::FeatureDetector | protectedstatic |
ROWS_COUNT enum value | cv::ocl::SURF_OCL | |
set(const string &name, int value) | cv::Algorithm | |
set(const string &name, double value) | cv::Algorithm | |
set(const string &name, bool value) | cv::Algorithm | |
set(const string &name, const string &value) | cv::Algorithm | |
set(const string &name, const Mat &value) | cv::Algorithm | |
set(const string &name, const vector< Mat > &value) | cv::Algorithm | |
set(const string &name, const Ptr< Algorithm > &value) | cv::Algorithm | |
set(const string &name, const Ptr< _Tp > &value) | cv::Algorithm | inline |
set(const char *name, int value) | cv::Algorithm | |
set(const char *name, double value) | cv::Algorithm | |
set(const char *name, bool value) | cv::Algorithm | |
set(const char *name, const string &value) | cv::Algorithm | |
set(const char *name, const Mat &value) | cv::Algorithm | |
set(const char *name, const vector< Mat > &value) | cv::Algorithm | |
set(const char *name, const Ptr< Algorithm > &value) | cv::Algorithm | |
set(const char *name, const Ptr< _Tp > &value) | cv::Algorithm | inline |
setAlgorithm(const string &name, const Ptr< Algorithm > &value) | cv::Algorithm | |
setAlgorithm(const string &name, const Ptr< _Tp > &value) | cv::Algorithm | inline |
setAlgorithm(const char *name, const Ptr< Algorithm > &value) | cv::Algorithm | |
setAlgorithm(const char *name, const Ptr< _Tp > &value) | cv::Algorithm | inline |
setBool(const string &name, bool value) | cv::Algorithm | |
setBool(const char *name, bool value) | cv::Algorithm | |
setDouble(const string &name, double value) | cv::Algorithm | |
setDouble(const char *name, double value) | cv::Algorithm | |
setInt(const string &name, int value) | cv::Algorithm | |
setInt(const char *name, int value) | cv::Algorithm | |
setMat(const string &name, const Mat &value) | cv::Algorithm | |
setMat(const char *name, const Mat &value) | cv::Algorithm | |
setMatVector(const string &name, const vector< Mat > &value) | cv::Algorithm | |
setMatVector(const char *name, const vector< Mat > &value) | cv::Algorithm | |
setString(const string &name, const string &value) | cv::Algorithm | |
setString(const char *name, const string &value) | cv::Algorithm | |
Setter typedef | cv::Algorithm | |
SIZE_ROW enum value | cv::ocl::SURF_OCL | |
sum | cv::ocl::SURF_OCL | |
SURF_OCL() | cv::ocl::SURF_OCL | |
SURF_OCL(double _hessianThreshold, int _nOctaves=4, int _nOctaveLayers=2, bool _extended=true, float _keypointsRatio=0.01f, bool _upright=false) | cv::ocl::SURF_OCL | explicit |
trace | cv::ocl::SURF_OCL | |
uploadKeypoints(const vector< cv::KeyPoint > &keypoints, oclMat &keypointsocl) | cv::ocl::SURF_OCL | |
upright | cv::ocl::SURF_OCL | |
write(FileStorage &fs) const | cv::Algorithm | virtual |
X_ROW enum value | cv::ocl::SURF_OCL | |
Y_ROW enum value | cv::ocl::SURF_OCL | |
~Algorithm() | cv::Algorithm | virtual |
~DescriptorExtractor() | cv::DescriptorExtractor | virtual |
~FeatureDetector() | cv::FeatureDetector | virtual |