16 #ifndef __IPSDKIPLATTRIBUTES_HOUGHLINESGRADIENTIMGPARAMS_H__ 17 #define __IPSDKIPLATTRIBUTES_HOUGHLINESGRADIENTIMGPARAMS_H__ 20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/EvenlySpacedRange.h> 23 #include <boost/shared_ptr.hpp> 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
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