This is the complete list of members for cv::FREAK, including all inherited members.
_create(const string &name) | cv::Algorithm | static |
Algorithm() | cv::Algorithm | |
buildPattern() | cv::FREAK | protected |
compute(const Mat &image, CV_OUT CV_IN_OUT vector< KeyPoint > &keypoints, CV_OUT Mat &descriptors) const | 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::FREAK | protectedvirtual |
Constructor typedef | cv::Algorithm | |
create(const string &descriptorExtractorType) | cv::DescriptorExtractor | static |
descriptionPairs | cv::FREAK | protected |
descriptorSize() const | cv::FREAK | virtual |
descriptorType() const | cv::FREAK | virtual |
empty() const | cv::DescriptorExtractor | virtual |
extAll | cv::FREAK | protected |
FREAK(bool orientationNormalized=true, bool scaleNormalized=true, float patternScale=22.0f, int nOctaves=4, const vector< int > &selectedPairs=vector< int >()) | cv::FREAK | explicit |
FREAK(const FREAK &rhs) | cv::FREAK | |
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 | |
info() const | cv::FREAK | virtual |
meanIntensity(const Mat &image, const Mat &integral, const float kp_x, const float kp_y, const unsigned int scale, const unsigned int rot, const unsigned int point) const | cv::FREAK | protected |
name() const | cv::Algorithm | |
NB_ORIENPAIRS enum value | cv::FREAK | |
NB_PAIRS enum value | cv::FREAK | |
NB_SCALES enum value | cv::FREAK | |
nOctaves | cv::FREAK | protected |
nOctaves0 | cv::FREAK | protected |
operator=(const FREAK &) | cv::FREAK | |
orientationNormalized | cv::FREAK | protected |
orientationPairs | cv::FREAK | protected |
paramHelp(const string &name) const | cv::Algorithm | |
paramType(const char *name) const | cv::Algorithm | |
paramType(const string &name) const | cv::Algorithm | |
patternLookup | cv::FREAK | protected |
patternScale | cv::FREAK | protected |
patternScale0 | cv::FREAK | protected |
patternSizes | cv::FREAK | protected |
read(const FileNode &fn) | cv::Algorithm | virtual |
removeBorderKeypoints(vector< KeyPoint > &keypoints, Size imageSize, int borderSize) | cv::DescriptorExtractor | protectedstatic |
scaleNormalized | cv::FREAK | protected |
selectedPairs0 | cv::FREAK | protected |
selectPairs(const vector< Mat > &images, vector< vector< KeyPoint > > &keypoints, const double corrThresh=0.7, bool verbose=true) | cv::FREAK | |
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 | |
write(FileStorage &fs) const | cv::Algorithm | virtual |
~Algorithm() | cv::Algorithm | virtual |
~DescriptorExtractor() | cv::DescriptorExtractor | virtual |
~FREAK() | cv::FREAK | virtual |