Image Component Library (ICL)
|
This is the complete list of members for icl::cv::RegionDetector, including all inherited members.
adaptProperty(const std::string &name, const std::string &newType, const std::string &newInfo, const std::string &newToolTip) | icl::utils::Configurable | virtual |
addChildConfigurable(Configurable *configurable, const std::string &childPrefix="") | icl::utils::Configurable | protected |
addProperty(const std::string &name, const std::string &type, const std::string &info, const Any &value=Any(), const int volatileness=0, const std::string &tooltip=std::string()) | icl::utils::Configurable | protected |
analyseRegions() | icl::cv::RegionDetector | private |
call_callbacks(const std::string &propertyName, const Configurable *caller) const | icl::utils::Configurable | protected |
Callback typedef | icl::utils::Configurable | |
callbacks | icl::utils::Configurable | protected |
click(const utils::Point &pos) | icl::cv::RegionDetector | |
Configurable(const std::string &ID="", bool ordered=true) | icl::utils::Configurable | protected |
Configurable(const Configurable &other) | icl::utils::Configurable | |
create_configurable(const std::string &classname) | icl::utils::Configurable | static |
create_default_ID(const std::string &prefix) | icl::utils::Configurable | static |
deactivateProperty(const std::string &pattern) | icl::utils::Configurable | |
deleteDeactivationPattern(const std::string &pattern) | icl::utils::Configurable | |
detect(const core::ImgBase *image) | icl::cv::RegionDetector | |
EMPTY_VEC | icl::utils::Configurable | static |
filterRegions() | icl::cv::RegionDetector | private |
get(const std::string &id) | icl::utils::Configurable | static |
get_registered_configurables() | icl::utils::Configurable | static |
getConfigurableID() const | icl::utils::Configurable | inline |
getLastDetectedRegions() | icl::cv::RegionDetector | |
getPropertyInfo(const std::string &propertyName) const | icl::utils::Configurable | inlinevirtual |
getPropertyList() const | icl::utils::Configurable | virtual |
getPropertyListWithoutDeactivated() const | icl::utils::Configurable | |
getPropertyToolTip(const std::string &propertyName) const | icl::utils::Configurable | inlinevirtual |
getPropertyType(const std::string &propertyName) const | icl::utils::Configurable | inlinevirtual |
getPropertyValue(const std::string &propertyName) const | icl::utils::Configurable | virtual |
getPropertyVolatileness(const std::string &propertyName) const | icl::utils::Configurable | inlinevirtual |
isOrderedFlagSet() const | icl::utils::Configurable | inline |
joinRegions() | icl::cv::RegionDetector | private |
linkRegions() | icl::cv::RegionDetector | private |
loadProperties(const std::string &filename, const std::vector< std::string > &propertiesToSkip=EMPTY_VEC) | icl::utils::Configurable | virtual |
m_data | icl::cv::RegionDetector | private |
operator=(const Configurable &other) | icl::utils::Configurable | |
prop(const std::string &propertyName) | icl::utils::Configurable | protected |
prop(const std::string &propertyName) const | icl::utils::Configurable | protected |
RegionDetector(bool createRegionGraph, const std::string &configurableID=Configurable::create_default_ID("region-detector-")) | icl::cv::RegionDetector | |
RegionDetector(int minSize=1, int maxSize=400000000, int minVal=0, int maxVal=255, bool createRegionGraph=false, const std::string &configurableID=Configurable::create_default_ID("region-detector-")) | icl::cv::RegionDetector | |
register_configurable_type(const std::string &classname, Function< Configurable * > creator) | icl::utils::Configurable | static |
registerCallback(const Callback &cb) | icl::utils::Configurable | inline |
removeChildConfigurable(Configurable *configurable) | icl::utils::Configurable | protected |
removedCallback(const Callback &cb) | icl::utils::Configurable | |
saveProperties(const std::string &filename, const std::vector< std::string > &propertiesToSkip=EMPTY_VEC) const | icl::utils::Configurable | virtual |
setConfigurableID(const std::string &ID) | icl::utils::Configurable | |
setConstraints(int minSize, int maxSize, int minVal, int maxVal) | icl::cv::RegionDetector | |
setCreateGraph(bool on) | icl::cv::RegionDetector | |
setCSSParams(float angle_thresh=162., float rc_coeff=1.5, float sigma=3., float curvature_cutoff=100., float straight_line_thresh=0.1) | icl::cv::RegionDetector | |
setPropertyValue(const std::string &propertyName, const Any &value) | icl::utils::Configurable | virtual |
setUpBorders() | icl::cv::RegionDetector | private |
supportsProperty(const std::string &propertyName) const | icl::utils::Configurable | virtual |
syncChangesTo(Configurable *others, int num=1) | icl::utils::Configurable | |
Uncopyable() | icl::utils::Uncopyable | inlineprotected |
useImage(const core::ImgBase *image) | icl::cv::RegionDetector | private |
~Configurable() | icl::utils::Configurable | inlinevirtual |
~RegionDetector() | icl::cv::RegionDetector | virtual |