This is the complete list of members for cv::BRISK, including all inherited members.
_create(const string &name) | cv::Algorithm | static |
Algorithm() | cv::Algorithm | |
basicSize_ | cv::BRISK | protectedstatic |
BRISK(int thresh=30, int octaves=3, float patternScale=1.0f) | cv::BRISK | explicit |
BRISK(std::vector< float > &radiusList, std::vector< int > &numberList, float dMax=5.85f, float dMin=8.2f, std::vector< int > indexChange=std::vector< int >()) | cv::BRISK | explicit |
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 | |
computeDescriptorsAndOrOrientation(InputArray image, InputArray mask, vector< KeyPoint > &keypoints, OutputArray descriptors, bool doDescriptors, bool doOrientation, bool useProvidedKeypoints) const | cv::BRISK | protected |
computeImpl(const Mat &image, vector< KeyPoint > &keypoints, Mat &descriptors) const | cv::BRISK | protectedvirtual |
computeKeypointsNoOrientation(InputArray image, InputArray mask, vector< KeyPoint > &keypoints) const | cv::BRISK | protected |
Constructor typedef | cv::Algorithm | |
create(const string &name) | cv::Feature2D | static |
descriptorSize() const | cv::BRISK | virtual |
descriptorType() const | cv::BRISK | virtual |
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=Mat()) const | cv::BRISK | protectedvirtual |
dMax_ | cv::BRISK | protected |
dMin_ | cv::BRISK | protected |
cv::empty() const | cv::FeatureDetector | virtual |
cv::DescriptorExtractor::empty() const | cv::DescriptorExtractor | virtual |
generateKernel(std::vector< float > &radiusList, std::vector< int > &numberList, float dMax=5.85f, float dMin=8.2f, std::vector< int > indexChange=std::vector< int >()) | cv::BRISK | |
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::BRISK | virtual |
longPairs_ | cv::BRISK | protected |
n_rot_ | cv::BRISK | protectedstatic |
name() const | cv::Algorithm | |
noLongPairs_ | cv::BRISK | protected |
noShortPairs_ | cv::BRISK | protected |
octaves | cv::BRISK | protected |
operator()(InputArray image, InputArray mask, vector< KeyPoint > &keypoints) const | cv::BRISK | |
operator()(InputArray image, InputArray mask, vector< KeyPoint > &keypoints, OutputArray descriptors, bool useProvidedKeypoints=false) const | cv::BRISK | |
cv::Feature2D::operator()(InputArray image, InputArray mask, CV_OUT vector< KeyPoint > &keypoints, OutputArray descriptors, bool useProvidedKeypoints=false) const =0 | cv::Feature2D | pure virtual |
paramHelp(const string &name) const | cv::Algorithm | |
paramType(const char *name) const | cv::Algorithm | |
paramType(const string &name) const | cv::Algorithm | |
patternPoints_ | cv::BRISK | protected |
points_ | cv::BRISK | protected |
read(const FileNode &fn) | cv::Algorithm | virtual |
removeBorderKeypoints(vector< KeyPoint > &keypoints, Size imageSize, int borderSize) | cv::DescriptorExtractor | protectedstatic |
removeInvalidPoints(const Mat &mask, vector< KeyPoint > &keypoints) | cv::FeatureDetector | protectedstatic |
scaleList_ | cv::BRISK | protected |
scalerange_ | cv::BRISK | protectedstatic |
scales_ | cv::BRISK | protectedstatic |
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 | |
shortPairs_ | cv::BRISK | protected |
sizeList_ | cv::BRISK | protected |
smoothedIntensity(const cv::Mat &image, const cv::Mat &integral, const float key_x, const float key_y, const unsigned int scale, const unsigned int rot, const unsigned int point) const | cv::BRISK | inlineprotected |
strings_ | cv::BRISK | protected |
threshold | cv::BRISK | protected |
write(FileStorage &fs) const | cv::Algorithm | virtual |
~Algorithm() | cv::Algorithm | virtual |
~BRISK() | cv::BRISK | virtual |
~DescriptorExtractor() | cv::DescriptorExtractor | virtual |
~FeatureDetector() | cv::FeatureDetector | virtual |