IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
InOptHoughLinesImgParams.h
1 // InOptHoughLinesImgParams.h:
3 // ------------------------
4 //
15 
16 #ifndef __IPSDKIPLATTRIBUTES_INOPTHOUGHLINESIMGPARAMS_H__
17 #define __IPSDKIPLATTRIBUTES_INOPTHOUGHLINESIMGPARAMS_H__
18 
21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/HoughLinesImgParams.h>
22 namespace ipsdk {
23 namespace imaproc {
24 namespace attr {
25 
31 
33  InOptHoughLinesImgParams,
35  (ipsdk::processor::isGreater<HoughLinesImgParams::RhoStep>(attribute, .0) &&
36  ipsdk::processor::isGreaterOrEqual<HoughLinesImgParams::ThetaMin>(attribute, .0) &&
37  ipsdk::processor::isLowerOrEqual<HoughLinesImgParams::ThetaMax>(attribute, M_PI) &&
38  ipsdk::processor::isLowerOrEqual<HoughLinesImgParams::ThetaMin, HoughLinesImgParams::ThetaMax>(attribute) &&
39  ipsdk::processor::isGreaterOrEqual<HoughLinesImgParams::ThetaNbBins>(attribute, 1)),
41 
44 
45 } // end of namespace attr
46 } // end of namespace imaproc
47 } // end of namespace ipsdk
48 
49 #endif // __IPSDKIPLATTRIBUTES_INOPTHOUGHLINESIMGPARAMS_H__
#define IPSDK_DECLARE_INPUT_OPTIONAL_FROM_EXISTING_DATAITEM_ATTRIBUTE(libraryName, className, dataItemClassName, RuleString, defaultValue)
Definition of import/export macro for library.
Parameters for Hough lines image generation algorithm.
Definition: HoughLinesImgParams.h:63
IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::HoughLinesImgParamsPtr createDefaultHoughLinesImgParams()
function allowing to create a default HoughLineParams data item