cv::FastAdjuster Member List
This is the complete list of members for cv::FastAdjuster, including all inherited members.
_create(const string &name)cv::Algorithm [static]
Algorithm()cv::Algorithm
clone() const cv::FastAdjuster [virtual]
Constructor typedefcv::Algorithm
create(const string &detectorType)cv::AdjusterAdapter [static]
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::FastAdjuster [protected, virtual]
empty() const cv::FeatureDetector [virtual]
FastAdjuster(int init_thresh=20, bool nonmax=true, int min_thresh=1, int max_thresh=200)cv::FastAdjuster
get(const string &name) const cv::Algorithm
get(const char *name) const cv::Algorithm
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 typedefcv::Algorithm
good() const cv::FastAdjuster [virtual]
info() const cv::Algorithm [virtual]
init_thresh_cv::FastAdjuster [protected]
max_thresh_cv::FastAdjuster [protected]
min_thresh_cv::FastAdjuster [protected]
name() const cv::Algorithm
nonmax_cv::FastAdjuster [protected]
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]
removeInvalidPoints(const Mat &mask, vector< KeyPoint > &keypoints)cv::FeatureDetector [protected, static]
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
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
setAlgorithm(const string &name, const Ptr< Algorithm > &value)cv::Algorithm
setAlgorithm(const string &name, const Ptr< _Tp > &value)cv::Algorithm
setAlgorithm(const char *name, const Ptr< Algorithm > &value)cv::Algorithm
setAlgorithm(const char *name, const Ptr< _Tp > &value)cv::Algorithm
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 typedefcv::Algorithm
thresh_cv::FastAdjuster [protected]
tooFew(int minv, int n_detected)cv::FastAdjuster [virtual]
tooMany(int maxv, int n_detected)cv::FastAdjuster [virtual]
write(FileStorage &fs) const cv::Algorithm [virtual]
~AdjusterAdapter()cv::AdjusterAdapter [virtual]
~Algorithm()cv::Algorithm [virtual]
~FeatureDetector()cv::FeatureDetector [virtual]