, including all inherited members.
add(const string &name, Constructor create) | cv::Algorithm | [static] |
addParam(int propId, _Tp &value, bool readOnly, const string &name, const string &help=string(), const _Tp &defaultValue=_Tp(), _Tp(Algorithm::*getter)()=0, bool(Algorithm::*setter)(const _Tp &)=0) | cv::Algorithm | [protected] |
addParam_(int propId, int argType, void *value, bool readOnly, const string &name, const string &help, const void *defaultValue, void *getter, void *setter) | cv::Algorithm | [protected] |
Constructor typedef | cv::Algorithm | |
create(const string &name) | cv::Algorithm | [static] |
findParam(const string &name) const | cv::Algorithm | |
get(int paramId) const | cv::Algorithm | |
get_(int paramId, int argType, void *value) | cv::Algorithm | [protected] |
getList(vector< string > &algorithms) | cv::Algorithm | [static] |
getParams(vector< int > &ids) const | cv::Algorithm | [virtual] |
impl | cv::Algorithm | [protected] |
name() const | cv::Algorithm | [virtual] |
paramDefaultValue(int paramId) const | cv::Algorithm | |
paramDefaultValue_(int paramId, int argType, void *value) | cv::Algorithm | [protected] |
paramHelp(int paramId) const | cv::Algorithm | |
paramName(int paramId) const | cv::Algorithm | |
paramRange(int paramId, _Tp &minVal, _Tp &maxVal) const | cv::Algorithm | |
paramRange_(int paramId, int argType, void *minval, void *maxval) | cv::Algorithm | [protected] |
paramType(int paramId) const | cv::Algorithm | |
read(const vector< uchar > &buf) | cv::Algorithm | [virtual] |
set(int paramId, const _Tp &value) | cv::Algorithm | |
set_(int paramId, int argType, const void *value) | cv::Algorithm | [protected] |
setParamRange(int propId, const _Tp &minVal, const _Tp &maxVal) | cv::Algorithm | [protected] |
setParamRange_(int propId, int argType, const void *minVal, const void *maxVal) | cv::Algorithm | [protected] |
write(vector< uchar > &buf) const | cv::Algorithm | [virtual] |
~Algorithm() | cv::Algorithm | [virtual] |