![]() |
Image Component Library (ICL)
|
This is the complete list of members for icl::cv::HoughLineDetector, 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 |
| add(const utils::Point &p) | icl::cv::HoughLineDetector | |
| add(const std::vector< utils::Point > &ps) | icl::cv::HoughLineDetector | |
| add(const utils::Point32f &p) | icl::cv::HoughLineDetector | |
| add(const std::vector< utils::Point32f > &ps) | icl::cv::HoughLineDetector | |
| add(const math::FixedColVector< T, 2 > &p) | icl::cv::HoughLineDetector | inline |
| add(const std::vector< const math::FixedColVector< T, 2 > > &ps) | icl::cv::HoughLineDetector | inline |
| add(const core::Img8u &binaryImage) | icl::cv::HoughLineDetector | |
| add_intern(float x, float y) | icl::cv::HoughLineDetector | private |
| add_intern2(float x, float y) | icl::cv::HoughLineDetector | private |
| 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 |
| apply_inhibition(const utils::Point &p) | icl::cv::HoughLineDetector | private |
| blur_hough_space_if_necessary() | icl::cv::HoughLineDetector | 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 |
| 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 |
| cyclicLUT(int x, int y) | icl::cv::HoughLineDetector | private |
| deactivateProperty(const std::string &pattern) | icl::utils::Configurable | |
| deleteDeactivationPattern(const std::string &pattern) | icl::utils::Configurable | |
| EMPTY_VEC | icl::utils::Configurable | static |
| get(const std::string &id) | icl::utils::Configurable | static |
| get_registered_configurables() | icl::utils::Configurable | static |
| getConfigurableID() const | icl::utils::Configurable | inline |
| getImage() const | icl::cv::HoughLineDetector | |
| getInhibitionMap() const | icl::cv::HoughLineDetector | |
| getLines(int max, bool resetAfterwards=true) | icl::cv::HoughLineDetector | |
| getLines(int max, std::vector< float > &significances, bool resetAfterwards=true) | icl::cv::HoughLineDetector | |
| 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 |
| getR(int y) const | icl::cv::HoughLineDetector | private |
| getRho(int x) const | icl::cv::HoughLineDetector | private |
| getX(float rho) const | icl::cv::HoughLineDetector | private |
| getY(float r) const | icl::cv::HoughLineDetector | private |
| HoughLineDetector(float dRho=0.1, float dR=10, const utils::Range32f &rRange=utils::Range32f(0,::sqrt(640 *640+480 *480)), float rInhibitionRange=10, float rhoInhibitionRange=0.3, bool gaussianInhibition=true, bool blurHoughSpace=true, bool dilateEntries=true, bool blurredSampling=false) | icl::cv::HoughLineDetector | |
| incLut(float rho, float r) | icl::cv::HoughLineDetector | private |
| incLutBlurred(float rho, float r) | icl::cv::HoughLineDetector | private |
| isOrderedFlagSet() const | icl::utils::Configurable | inline |
| loadProperties(const std::string &filename, const std::vector< std::string > &propertiesToSkip=EMPTY_VEC) | icl::utils::Configurable | virtual |
| m_data | icl::cv::HoughLineDetector | private |
| operator=(const Configurable &other) | icl::utils::Configurable | |
| prepare(float dRho, float dR, const utils::Range32f &rRange, float rInhibitionRange, float rhoInhibitionRange, bool gaussianInhibition=true, bool blurHoughSpace=true, bool dilateEntries=true, bool blurredSampling=false) | icl::cv::HoughLineDetector | private |
| prepare_all() | icl::cv::HoughLineDetector | private |
| prop(const std::string &propertyName) | icl::utils::Configurable | protected |
| prop(const std::string &propertyName) const | icl::utils::Configurable | protected |
| r(float rho, float x, float y) const | icl::cv::HoughLineDetector | private |
| 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 | |
| reset() | icl::cv::HoughLineDetector | |
| 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 | |
| setPropertyValue(const std::string &propertyName, const Any &value) | icl::utils::Configurable | virtual |
| supportsProperty(const std::string &propertyName) const | icl::utils::Configurable | virtual |
| syncChangesTo(Configurable *others, int num=1) | icl::utils::Configurable | |
| ~Configurable() | icl::utils::Configurable | inlinevirtual |
| ~HoughLineDetector() | icl::cv::HoughLineDetector |
1.8.15