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

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::CannyThresholdsipsdk::imaproc::attr::CannyThresholdsPtr
 shared pointer to ipsdk::imaproc::attr::CannyThresholds
 
typedef boost::shared_ptr< const ipsdk::imaproc::attr::CannyThresholdsipsdk::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
 

Detailed Description

low and high thresholds used for the Canny edges detection during the hysteresis phasis

SubNodes description

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>