![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Parameters for Hough lines image generation algorithm. More...
Classes | |
| class | ipsdk::imaproc::attr::HoughLinesImgParams |
| Parameters for Hough lines image generation algorithm. More... | |
Typedefs | |
| typedef boost::shared_ptr< ipsdk::imaproc::attr::HoughLinesImgParams > | ipsdk::imaproc::attr::HoughLinesImgParamsPtr |
| shared pointer to ipsdk::imaproc::attr::HoughLinesImgParams | |
| typedef boost::shared_ptr< const ipsdk::imaproc::attr::HoughLinesImgParams > | ipsdk::imaproc::attr::HoughLinesImgParamsConstPtr |
| shared pointer to const ipsdk::imaproc::attr::HoughLinesImgParams | |
Functions | |
| IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::HoughLinesImgParamsPtr | ipsdk::imaproc::attr::createDefaultHoughLinesImgParams () |
| function allowing to create a default HoughLineParams data item | |
| IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::HoughLinesImgParamsPtr | ipsdk::imaproc::attr::createHoughLinesImgParams (const ipsdk::ipReal64 rhoStep, const ipsdk::imaproc::attr::EvenlySpacedRange &thetaRange, const ipReal32 intensityThreshold) |
| function allowing to create a HoughLineParams data item | |
Parameters for Hough lines image generation algorithm.
| 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> | .0 |
| ThetaMax | Maximum for theta, in radians. | ipsdk::DataItemLeaf<ipsdk::ipReal64> | M_PI |
| ThetaNbBins | Number of bins for theta. | ipsdk::DataItemLeaf<ipsdk::ipUInt32> | 180 |
| IntensityThreshold | Minimal allowed intensity. | ipsdk::DataItemLeaf<ipsdk::ipReal32> | .0f |
1.8.14