IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
InHistoMsrParams.h
1 // InHistoMsrParams.h:
3 // ---------------------------
4 //
15 
16 #ifndef __IPSDKIPLATTRIBUTES_INHISTOMSRPARAMS_H__
17 #define __IPSDKIPLATTRIBUTES_INHISTOMSRPARAMS_H__
18 
20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/HistoMsrParams.h>
22 
23 namespace ipsdk {
24 namespace imaproc {
25 namespace attr {
26 
32 
34  InHistoMsrParams,
36  (ipsdk::processor::isLowerOrEqual<NodeType::Min, NodeType::Max>(attribute) &&
37  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_INHISTOMSRPARAMS_H__
input parameters of the HistogramMsr algorithm
Definition: HistoMsrParams.h:64
Definition of import/export macro for library.
#define IPSDK_DECLARE_INPUT_FROM_EXISTING_DATAITEM_ATTRIBUTE(libraryName, className, dataItemClassName, RuleString)