16 #ifndef __IPSDKIPLATTRIBUTES_INOPTHOUGHLINESIMGPARAMS_H__ 17 #define __IPSDKIPLATTRIBUTES_INOPTHOUGHLINESIMGPARAMS_H__ 21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/HoughLinesImgParams.h> 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)),
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