![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Parameters used for step of extraction of lines in Hough lines algorithm. More...
Classes | |
| class | ipsdk::imaproc::attr::HoughLinesExtractionParams |
| Parameters used for step of extraction of lines in Hough lines algorithm. More... | |
Typedefs | |
| typedef boost::shared_ptr< ipsdk::imaproc::attr::HoughLinesExtractionParams > | ipsdk::imaproc::attr::HoughLinesExtractionParamsPtr |
| shared pointer to ipsdk::imaproc::attr::HoughLinesExtractionParams | |
| typedef boost::shared_ptr< const ipsdk::imaproc::attr::HoughLinesExtractionParams > | ipsdk::imaproc::attr::HoughLinesExtractionParamsConstPtr |
| shared pointer to const ipsdk::imaproc::attr::HoughLinesExtractionParams | |
Functions | |
| IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::HoughLinesExtractionParamsPtr | ipsdk::imaproc::attr::createDefaultHoughLinesExtractionParams () |
| function allowing to create a default HoughLineParams data item | |
| IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::HoughLinesExtractionParamsPtr | ipsdk::imaproc::attr::createHoughLinesExtractionParams (const ipsdk::imaproc::attr::eHoughAccumThresholdType &accumThresholdType, const ipsdk::ipReal64 accumThresholdValue, const ipsdk::ipUInt32 localMaxSearchWindowRadius) |
| function allowing to create a HoughLineParams data item | |
Parameters used for step of extraction of lines in Hough lines algorithm.
| Name | ToolTip | Associated Class | Default Value |
|---|---|---|---|
| AccumThresholdType | Accumulator intensity threshold type. | ipsdk::DataItemEnumLeaf<eHoughAccumThresholdType> | eHoughAccumThresholdType::eHATT_MaxRatio |
| AccumThresholdValue | accumulator intensity threshold | ipsdk::DataItemLeaf<ipsdk::ipReal64> | 0.5 |
| LocalMaxSearchWindowRadius | minimal distance along each axis between each local maximum | ipsdk::DataItemLeaf<ipsdk::ipUInt32> | 1 |
1.8.14