IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
InOptHoughCirclesRadiusRange.h
1 // InOptHoughCirclesRadiusRange.h:
3 // -------------------------------
4 //
15 
16 #ifndef __IPSDKIPLATTRIBUTES_INOPTHOUGHCIRCLESRADIUSRANGE_H__
17 #define __IPSDKIPLATTRIBUTES_INOPTHOUGHCIRCLESRADIUSRANGE_H__
18 
21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/HoughCirclesRadiusRange.h>
22 
23 namespace ipsdk {
24 namespace imaproc {
25 namespace attr {
26 
32 
34  InOptHoughCirclesRadiusRange,
36  (ipsdk::processor::isLowerOrEqual<HoughCirclesRadiusRange::MinRadius, HoughCirclesRadiusRange::MaxRadius>(attribute)),
38 
41 
42 } // end of namespace attr
43 } // end of namespace imaproc
44 } // end of namespace ipsdk
45 
46 #endif // __IPSDKIPLATTRIBUTES_INOPTHOUGHCIRCLESRADIUSRANGE_H__
boost::shared_ptr< ipsdk::imaproc::attr::HoughCirclesRadiusRange > HoughCirclesRadiusRangePtr
shared pointer to ipsdk::imaproc::attr::HoughCirclesRadiusRange
Definition: HoughCirclesRadiusRange.h:130
#define IPSDK_DECLARE_INPUT_OPTIONAL_FROM_EXISTING_DATAITEM_ATTRIBUTE(libraryName, className, dataItemClassName, RuleString, defaultValue)
Definition of import/export macro for library.
range of radius of circles to detect
Definition: HoughCirclesRadiusRange.h:54