IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
HistogramMsr2d.h
Go to the documentation of this file.
1 // HistogramMsr2d.h:
3 // -----------------
4 //
14 
15 #ifndef __IPSDKIPLGLOBALMEASURE_HISTOGRAMMSR2D_H__
16 #define __IPSDKIPLGLOBALMEASURE_HISTOGRAMMSR2D_H__
17 
20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/HistogramData.h>
21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PlanIndexedHistogramData.h>
22 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/HistoMsrParams.h>
23 
24 namespace ipsdk {
25 namespace imaproc {
26 namespace glbmsr {
27 
28 class HistogramMsr2dLvl1;
29 
32 
43 
55 
58 IPSDKIPLGLOBALMEASURE_API boost::shared_ptr<HistogramMsr2dLvl1>
60 IPSDKIPLGLOBALMEASURE_API boost::shared_ptr<HistogramMsr2dLvl1>
63 IPSDKIPLGLOBALMEASURE_API boost::shared_ptr<HistogramMsr2dLvl1>
65 IPSDKIPLGLOBALMEASURE_API boost::shared_ptr<HistogramMsr2dLvl1>
69 
73 getAsyncProcessorOutput(boost::shared_ptr<HistogramMsr2dLvl1> pProcessor);
75 getAsyncProcessorMultiSliceOutput(boost::shared_ptr<HistogramMsr2dLvl1> pProcessor);
77 
80 
81 } // end of namespace glbmsr
82 } // end of namespace imaproc
83 } // end of namespace ipsdk
84 
85 #endif // __IPSDKIPLGLOBALMEASURE_HISTOGRAMMSR2D_H__
#define IPSDKIPLGLOBALMEASURE_API
Import/Export macro for library IPSDKIPLGlobalMeasure.
Definition: IPSDKIPLGlobalMeasureExports.h:25
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::PlanIndexedDoublesPtr getAsyncProcessorMultiSliceOutput(boost::shared_ptr< AreaPercent2dMsrLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::DoublesPtr getAsyncProcessorOutput(boost::shared_ptr< AreaPercent2dMsrLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::HistogramDataPtr histogramMsr2d(const image::ImageConstPtr &pInImg)
wrapper function for calculates the histogram for each 2d plan of an input image
boost::shared_ptr< ipsdk::imaproc::attr::HistogramData > HistogramDataPtr
shared pointer to ipsdk::imaproc::HistogramData
Definition: HistogramData.h:231
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::PlanIndexedHistogramDataPtr multiSlice_histogramMsr2d(const image::ImageConstPtr &pInImg)
wrapper function for calculates the histogram for each 2d plan of an input image
boost::shared_ptr< const BaseImage > ImageConstPtr
boost::shared_ptr< const HistoMsrParams > HistoMsrParamsConstPtr
shared pointer to const HistoMsrParams
Definition: HistoMsrParams.h:212
Definition of import/export macro for library.
boost::shared_ptr< ipsdk::imaproc::attr::PlanIndexedHistogramData > PlanIndexedHistogramDataPtr
shared pointer to ipsdk::imaproc::attr::PlanIndexedHistogramData
Definition: PlanIndexedHistogramData.h:49
IPSDKIPLGLOBALMEASURE_API boost::shared_ptr< HistogramMsr2dLvl1 > multiSlice_histogramMsr2d_async(const image::ImageConstPtr &pInImg)
asynchronous wrappers
IPSDKIPLGLOBALMEASURE_API boost::shared_ptr< HistogramMsr2dLvl1 > histogramMsr2d_async(const image::ImageConstPtr &pInImg)
asynchronous wrappers