| 
    Jafar
   
    
   
   | 
  
  
  
 
Detect segments using the Probabilistic Hough method. More...
Detect segments using the Probabilistic Hough method.
Definition at line 23 of file HoughSegmentsDetector.hpp.
#include <HoughSegmentsDetector.hpp>
Public Member Functions | |
| 
std::vector < jafar::hseg::HoughSegment >  | detectSegments (const jafar::image::Image &_image) const | 
| JFR_DEFINE_PARAM_RW (double, rho, setRho) | |
| Distance resolution in pixel-related units.  | |
| JFR_DEFINE_PARAM_RW (double, theta, setTheta) | |
| Angle resolution measured in radians.  | |
| JFR_DEFINE_PARAM_RW (int, threshold, setThreshold) | |
| Threshold parameter. A line is returned by the function if the corresponding accumulator value is greater than threshold.  | |
| JFR_DEFINE_PARAM_RW (double, minimumLineLength, setMinimumLineLength) | |
| The minimum line length.  | |
| JFR_DEFINE_PARAM_RW (double, joinThreshold, setJoinThreshold) | |
| maximum gap between line segments lieing on the same line to treat them as the single line segment  | |
| JFR_DEFINE_PARAM_RW (double, cannyThreshold1, setCannyThreshold1) | |
| JFR_DEFINE_PARAM_RW (double, cannyThreshold2, setCannyThreshold2) | |
| JFR_DEFINE_PARAM_RW (int, apertureSize, setApertureSize) | |
| Generated on Wed Oct 15 2014 00:37:39 for Jafar by doxygen 1.7.6.1 | 
 
 |