IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
InOptHistoMsrParams.h
1 // InOptHistoMsrParams.h:
3 // ----------------------
4 //
15 
16 #ifndef __IPSDKIPLATTRIBUTES_INOPTHISTOMSRPARAMS_H__
17 #define __IPSDKIPLATTRIBUTES_INOPTHISTOMSRPARAMS_H__
18 
21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/HistoMsrParams.h>
22 namespace ipsdk {
23 namespace imaproc {
24 namespace attr {
25 
31 
33  InOptHistoMsrParams,
35  (ipsdk::processor::isLowerOrEqual<NodeType::Min, NodeType::Max>(attribute) &&
36  ipsdk::processor::isGreater<NodeType::BinWidth>(attribute, 0.0)),
38 
41 
42 } // end of namespace attr
43 } // end of namespace imaproc
44 } // end of namespace ipsdk
45 
46 #endif // __IPSDKIPLATTRIBUTES_INOPTHISTOMSRPARAMS_H__
boost::shared_ptr< HistoMsrParams > HistoMsrParamsPtr
shared pointer to HistoMsrParams
Definition: HistoMsrParams.h:208
input parameters of the HistogramMsr algorithm
Definition: HistoMsrParams.h:64
#define IPSDK_DECLARE_INPUT_OPTIONAL_FROM_EXISTING_DATAITEM_ATTRIBUTE(libraryName, className, dataItemClassName, RuleString, defaultValue)
Definition of import/export macro for library.