IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
PlanIndexedHistogramData.h
1 // PlanIndexedHistogramData.h:
3 // ---------------------------
4 //
15 
16 #ifndef __IPSDKIPLATTRIBUTES_PLANINDEXEDHISTOGRAMDATA_H__
17 #define __IPSDKIPLATTRIBUTES_PLANINDEXEDHISTOGRAMDATA_H__
18 
21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/HistogramData.h>
22 
23 namespace ipsdk {
24 namespace imaproc {
25 namespace attr {
26 
32 
36 };
37 
40 
43 typedef boost::shared_ptr<ipsdk::imaproc::attr::PlanIndexedHistogramData> PlanIndexedHistogramDataPtr;
44 
47 typedef boost::shared_ptr<const ipsdk::imaproc::attr::PlanIndexedHistogramData> PlanIndexedHistogramDataConstPtr;
48 
51 
58 exportToCsv(const boost::filesystem::path& filePath,
59  const ipsdk::imaproc::attr::PlanIndexedHistogramData& planIndexedHistogramData);
60 
63 
64 } // end of namespace attr
65 } // end of namespace imaproc
66 } // end of namespace ipsdk
67 
68 #endif // __IPSDKIPLATTRIBUTES_PLANINDEXEDHISTOGRAMDATA_H__
Plan indexed collection of histogram properties.
Definition: PlanIndexedHistogramData.h:33
IPSDKMATH_API void exportToCsv(const boost::filesystem::path &filePath, const ipsdk::math::BaseHistogram &histogram)
boost::shared_ptr< const ipsdk::imaproc::attr::PlanIndexedHistogramData > PlanIndexedHistogramDataConstPtr
shared pointer to const ipsdk::imaproc::attr::PlanIndexedHistogramData
Definition: PlanIndexedHistogramData.h:53
results computed from a histogram measure
Definition: HistogramData.h:60
Definition of import/export macro for library.
#define IPSDKIPLATTRIBUTES_API
Import/Export macro for library IPSDKIPLAttributes.
Definition: IPSDKIPLAttributesExports.h:25
boost::shared_ptr< ipsdk::imaproc::attr::PlanIndexedHistogramData > PlanIndexedHistogramDataPtr
shared pointer to ipsdk::imaproc::attr::PlanIndexedHistogramData
Definition: PlanIndexedHistogramData.h:49
#define IPSDK_DECLARE_PLAN_INDEXED_COLL(libraryName, className, dataType)