IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
PlanIndexedHistoMsrParams.h
1 // PlanIndexedHistoMsrParams.h:
3 // -----------------------
4 //
15 
16 #ifndef __IPSDKIPLATTRIBUTES_PLANINDEXEDHISTOMSRPARAMS_H__
17 #define __IPSDKIPLATTRIBUTES_PLANINDEXEDHISTOMSRPARAMS_H__
18 
21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/HistoMsrParams.h>
22 
23 namespace ipsdk {
24 namespace imaproc {
25 namespace attr {
26 
32 
36 };
37 
40 
43 typedef boost::shared_ptr<ipsdk::imaproc::attr::PlanIndexedHistoMsrParams> PlanIndexedHistoMsrParamsPtr;
44 
47 typedef boost::shared_ptr<const ipsdk::imaproc::attr::PlanIndexedHistoMsrParams> PlanIndexedHistoMsrParamsConstPtr;
48 
51 
52 } // end of namespace attr
53 } // end of namespace imaproc
54 } // end of namespace ipsdk
55 
56 #endif // __IPSDKIPLATTRIBUTES_PLANINDEXEDHISTOMSRPARAMS_H__
Plan indexed collection of histogram measure parameters.
Definition: PlanIndexedHistoMsrParams.h:33
boost::shared_ptr< const ipsdk::imaproc::attr::PlanIndexedHistoMsrParams > PlanIndexedHistoMsrParamsConstPtr
shared pointer to const ipsdk::imaproc::attr::PlanIndexedHistoMsrParams
Definition: PlanIndexedHistoMsrParams.h:53
input parameters of the HistogramMsr algorithm
Definition: HistoMsrParams.h:64
Definition of import/export macro for library.
boost::shared_ptr< ipsdk::imaproc::attr::PlanIndexedHistoMsrParams > PlanIndexedHistoMsrParamsPtr
shared pointer to ipsdk::imaproc::attr::PlanIndexedHistoMsrParams
Definition: PlanIndexedHistoMsrParams.h:49
#define IPSDK_DECLARE_PLAN_INDEXED_COLL(libraryName, className, dataType)