IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Classes | Typedefs | Functions
HoughLinesGradientImgParams

Parameters for Hough lines image generation algorithm. More...

Classes

class  ipsdk::imaproc::attr::HoughLinesGradientImgParams
 Parameters for Hough lines image generation algorithm. More...
 

Typedefs

typedef boost::shared_ptr< ipsdk::imaproc::attr::HoughLinesGradientImgParamsipsdk::imaproc::attr::HoughLinesGradientImgParamsPtr
 shared pointer to ipsdk::imaproc::attr::HoughLinesGradientImgParams
 
typedef boost::shared_ptr< const ipsdk::imaproc::attr::HoughLinesGradientImgParamsipsdk::imaproc::attr::HoughLinesGradientImgParamsConstPtr
 shared pointer to const ipsdk::imaproc::attr::HoughLinesGradientImgParams
 

Functions

IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::HoughLinesGradientImgParamsPtr ipsdk::imaproc::attr::createDefaultHoughLinesGradientImgParams ()
 function allowing to create a default HoughLineParams data item
 
IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::HoughLinesGradientImgParamsPtr ipsdk::imaproc::attr::createHoughLinesGradientImgParams (const ipsdk::ipReal64 rhoStep, const ipsdk::imaproc::attr::EvenlySpacedRange &thetaRange, const ipReal32 intensityThreshold)
 function allowing to create a HoughLineParams data item
 

Detailed Description

Parameters for Hough lines image generation algorithm.

SubNodes description

Name ToolTip Associated Class Default Value
RhoStep Step for rho, in pixels. ipsdk::DataItemLeaf<ipsdk::ipReal64> 1.0
ThetaMin Minimum for theta, in radians. ipsdk::DataItemLeaf<ipsdk::ipReal64> -M_PI
ThetaMax Maximum for theta, in radians. ipsdk::DataItemLeaf<ipsdk::ipReal64> M_PI
ThetaNbBins Number of bins for theta. ipsdk::DataItemLeaf<ipsdk::ipUInt32> 360
IntensityThreshold Minimal allowed intensity. ipsdk::DataItemLeaf<ipsdk::ipReal32> .0f