![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
low and high thresholds used for the Canny edges detection during the hysteresis phasis More...
Classes | |
| class | ipsdk::imaproc::attr::CannyThresholds |
| low and high thresholds used for the Canny edges detection during the hysteresis phasis More... | |
Typedefs | |
| typedef boost::shared_ptr< ipsdk::imaproc::attr::CannyThresholds > | ipsdk::imaproc::attr::CannyThresholdsPtr |
| shared pointer to ipsdk::imaproc::attr::CannyThresholds | |
| typedef boost::shared_ptr< const ipsdk::imaproc::attr::CannyThresholds > | ipsdk::imaproc::attr::CannyThresholdsConstPtr |
| shared pointer to const ipsdk::imaproc::attr::CannyThresholds | |
Functions | |
| IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::CannyThresholdsPtr | ipsdk::imaproc::attr::createCannyThresholds (const ipReal64 low, const ipReal64 high) |
| function allowing to create a CannyThresholds data item | |
low and high thresholds used for the Canny edges detection during the hysteresis phasis
| Name | ToolTip | Associated Class | Default Value |
|---|---|---|---|
| Low | low threshold used for the Canny edges detection during the hysteresis phasis | ipsdk::DataItemLeaf<ipsdk::ipReal64> | |
| High | high threshold used for the Canny edges detection during the hysteresis phasis | ipsdk::DataItemLeaf<ipsdk::ipReal64> |
1.8.14