Image Component Library (ICL)
icl::cv::HoughLineDetector Member List
This is the complete list of members for icl::cv::HoughLineDetector, including all inherited members.
add(const utils::Point &p)icl::cv::HoughLineDetector [inline]
add(const std::vector< utils::Point > &ps)icl::cv::HoughLineDetector [inline]
add(const utils::Point32f &p)icl::cv::HoughLineDetector [inline]
add(const std::vector< utils::Point32f > &ps)icl::cv::HoughLineDetector [inline]
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]
apply_inhibition(const utils::Point &p)icl::cv::HoughLineDetector [private]
blur_hough_space_if_necessary()icl::cv::HoughLineDetector [private]
clear()icl::cv::HoughLineDetector
cyclicLUT(int x, int y)icl::cv::HoughLineDetector [inline, private]
getImage() const icl::cv::HoughLineDetector [inline]
getInhibitionMap() const icl::cv::HoughLineDetector [inline]
getLines(int max)icl::cv::HoughLineDetector
getLines(int max, std::vector< float > &significances)icl::cv::HoughLineDetector
getR(int y) const icl::cv::HoughLineDetector [inline, private]
getRho(int x) const icl::cv::HoughLineDetector [inline, private]
getX(float rho) const icl::cv::HoughLineDetector [inline, private]
getY(float r) const icl::cv::HoughLineDetector [inline, 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 [inline, private]
incLutBlurred(float rho, float r)icl::cv::HoughLineDetector [inline, private]
init(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
m_blurHoughSpaceicl::cv::HoughLineDetector [private]
m_blurredSamplingicl::cv::HoughLineDetector [private]
m_bricl::cv::HoughLineDetector [private]
m_dilateEntriesicl::cv::HoughLineDetector [private]
m_dRhoicl::cv::HoughLineDetector [private]
m_gaussianInhibitionicl::cv::HoughLineDetector [private]
m_hicl::cv::HoughLineDetector [private]
m_imageicl::cv::HoughLineDetector [private]
m_inhibitImageicl::cv::HoughLineDetector [private]
m_luticl::cv::HoughLineDetector [private]
m_mricl::cv::HoughLineDetector [private]
m_mrhoicl::cv::HoughLineDetector [private]
m_rhoInhibicl::cv::HoughLineDetector [private]
m_rInhibicl::cv::HoughLineDetector [private]
m_rRangeicl::cv::HoughLineDetector [private]
m_wicl::cv::HoughLineDetector [private]
r(float rho, float x, float y) const icl::cv::HoughLineDetector [inline, private]
Uncopyable()icl::utils::Uncopyable [inline, protected]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines