IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
HoughLinesExtractionParams.h
1 // HoughLinesExtractionParams.h:
3 // -----------------------------
4 //
15 
16 #ifndef __IPSDKIPLATTRIBUTES_HOUGHLINESEXTRACTIONPARAMS_H__
17 #define __IPSDKIPLATTRIBUTES_HOUGHLINESEXTRACTIONPARAMS_H__
18 
22 
23 namespace ipsdk {
24 namespace imaproc {
25 namespace attr {
26 
32 
33 IPSDK_DECLARE_NODE_DATA(IPSDKIPLAttributes, HoughLinesExtractionParams,
35  ((LEAF)(AccumThresholdValue)(ipsdk::ipReal64)(0.5))
36  ((LEAF)(LocalMaxSearchWindowRadius)(ipsdk::ipUInt32)(1)))
37 };
38 
41 
44 typedef boost::shared_ptr<ipsdk::imaproc::attr::HoughLinesExtractionParams> HoughLinesExtractionParamsPtr;
45 
48 typedef boost::shared_ptr<const ipsdk::imaproc::attr::HoughLinesExtractionParams> HoughLinesExtractionParamsConstPtr;
49 
52 
57 
62  const ipsdk::imaproc::attr::eHoughAccumThresholdType& accumThresholdType,
63  const ipsdk::ipReal64 accumThresholdValue,
64  const ipsdk::ipUInt32 localMaxSearchWindowRadius);
65 
68 
69 } // end of namespace attr
70 } // end of namespace imaproc
71 } // end of namespace ipsdk
72 
73 #endif // __IPSDKIPLATTRIBUTES_HOUGHLINESEXTRACTIONPARAMS_H__
#define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
double ipReal64
IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::HoughLinesExtractionParamsPtr createHoughLinesExtractionParams(const ipsdk::imaproc::attr::eHoughAccumThresholdType &accumThresholdType, const ipsdk::ipReal64 accumThresholdValue, const ipsdk::ipUInt32 localMaxSearchWindowRadius)
function allowing to create a HoughLineParams data item
IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::HoughLinesExtractionParamsPtr createDefaultHoughLinesExtractionParams()
function allowing to create a default HoughLineParams data item
eHoughAccumThresholdType
Enumerate describing the accumulator intensity threshold types.
Definition: HoughAccumThresholdTypes.h:31
boost::shared_ptr< const ipsdk::imaproc::attr::HoughLinesExtractionParams > HoughLinesExtractionParamsConstPtr
shared pointer to const ipsdk::imaproc::attr::HoughLinesExtractionParams
Definition: HoughLinesExtractionParams.h:154
ratio of the maximum of the image of accumulators
Definition: HoughAccumThresholdTypes.h:35
Definition of import/export macro for library.
Predefined types for accumulator intensity threshold management.
#define IPSDKIPLATTRIBUTES_API
Import/Export macro for library IPSDKIPLAttributes.
Definition: IPSDKIPLAttributesExports.h:25
boost::shared_ptr< ipsdk::imaproc::attr::HoughLinesExtractionParams > HoughLinesExtractionParamsPtr
shared pointer to ipsdk::imaproc::attr::HoughLinesExtractionParams
Definition: HoughLinesExtractionParams.h:150
uint32_t ipUInt32