IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
HoughLinesGradientImgParams.h
1 // HoughLinesGradientImgParams.h:
3 // -------------------
4 //
15 
16 #ifndef __IPSDKIPLATTRIBUTES_HOUGHLINESGRADIENTIMGPARAMS_H__
17 #define __IPSDKIPLATTRIBUTES_HOUGHLINESGRADIENTIMGPARAMS_H__
18 
20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/EvenlySpacedRange.h>
22 
23 #include <boost/shared_ptr.hpp>
24 
25 namespace ipsdk {
26 namespace imaproc {
27 namespace attr {
28 
34 
35 IPSDK_DECLARE_NODE_DATA(IPSDKIPLAttributes, HoughLinesGradientImgParams,
36  ((LEAF)(RhoStep)(ipsdk::ipReal64)(1.0))
37  ((LEAF)(ThetaMin)(ipsdk::ipReal64)(-M_PI))
38  ((LEAF)(ThetaMax)(ipsdk::ipReal64)(M_PI))
39  ((LEAF)(ThetaNbBins)(ipsdk::ipUInt32)(360))
40  ((LEAF)(IntensityThreshold)(ipsdk::ipReal32)(.0f)))
41 };
42 
45 
48 typedef boost::shared_ptr<ipsdk::imaproc::attr::HoughLinesGradientImgParams> HoughLinesGradientImgParamsPtr;
49 
52 typedef boost::shared_ptr<const ipsdk::imaproc::attr::HoughLinesGradientImgParams> HoughLinesGradientImgParamsConstPtr;
53 
56 
61 
66  const ipsdk::ipReal64 rhoStep,
68  const ipReal32 intensityThreshold);
69 
72 
73 } // end of namespace attr
74 } // end of namespace imaproc
75 } // end of namespace ipsdk
76 
77 #endif // __IPSDKIPLATTRIBUTES_HOUGHLINESGRADIENTIMGPARAMS_H__
boost::shared_ptr< ipsdk::imaproc::attr::HoughLinesGradientImgParams > HoughLinesGradientImgParamsPtr
shared pointer to ipsdk::imaproc::attr::HoughLinesGradientImgParams
Definition: HoughLinesGradientImgParams.h:190
#define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::HoughLinesGradientImgParamsPtr createDefaultHoughLinesGradientImgParams()
function allowing to create a default HoughLineParams data item
double ipReal64
IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::HoughLinesGradientImgParamsPtr createHoughLinesGradientImgParams(const ipsdk::ipReal64 rhoStep, const ipsdk::imaproc::attr::EvenlySpacedRange &thetaRange, const ipReal32 intensityThreshold)
function allowing to create a HoughLineParams data item
boost::shared_ptr< const ipsdk::imaproc::attr::HoughLinesGradientImgParams > HoughLinesGradientImgParamsConstPtr
shared pointer to const ipsdk::imaproc::attr::HoughLinesGradientImgParams
Definition: HoughLinesGradientImgParams.h:194
Definition of import/export macro for library.
Evenly spaced range, made of a minimum, a maximum, and a number of bins.
Definition: EvenlySpacedRange.h:56
#define IPSDKIPLATTRIBUTES_API
Import/Export macro for library IPSDKIPLAttributes.
Definition: IPSDKIPLAttributesExports.h:25
float ipReal32
uint32_t ipUInt32