IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
HistogramMaskMsr2d.h
Go to the documentation of this file.
1 // HistogramMaskMsr2d.h:
3 // -----------------
4 //
15 
16 #ifndef __IPSDKIPLGLOBALMEASURE_HISTOGRAMMASKMSR2D_H__
17 #define __IPSDKIPLGLOBALMEASURE_HISTOGRAMMASKMSR2D_H__
18 
21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/HistogramData.h>
22 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PlanIndexedHistogramData.h>
23 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/HistoMsrParams.h>
24 
25 namespace ipsdk {
26 namespace imaproc {
27 namespace glbmsr {
28 
29 class HistogramMaskMsr2dLvl1;
30 
33 
41  const image::ImageConstPtr& pInMaskImg);
42 
45  const image::ImageConstPtr& pInMaskImg,
48 
57  const image::ImageConstPtr& pInMaskImg);
58 
61  const image::ImageConstPtr& pInMaskImg,
64 
67 IPSDKIPLGLOBALMEASURE_API boost::shared_ptr<HistogramMaskMsr2dLvl1>
69  const image::ImageConstPtr& pInMaskImg);
70 IPSDKIPLGLOBALMEASURE_API boost::shared_ptr<HistogramMaskMsr2dLvl1>
72  const image::ImageConstPtr& pInMaskImg,
74 IPSDKIPLGLOBALMEASURE_API boost::shared_ptr<HistogramMaskMsr2dLvl1>
76  const image::ImageConstPtr& pInMaskImg);
77 IPSDKIPLGLOBALMEASURE_API boost::shared_ptr<HistogramMaskMsr2dLvl1>
79  const image::ImageConstPtr& pInMaskImg,
82 
86 getAsyncProcessorOutput(boost::shared_ptr<HistogramMaskMsr2dLvl1> pProcessor);
88 getAsyncProcessorMultiSliceOutput(boost::shared_ptr<HistogramMaskMsr2dLvl1> pProcessor);
90 
93 
94 } // end of namespace glbmsr
95 } // end of namespace imaproc
96 } // end of namespace ipsdk
97 
98 #endif // __IPSDKIPLGLOBALMEASURE_HISTOGRAMMASKMSR2D_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 boost::shared_ptr< HistogramMaskMsr2dLvl1 > histogramMaskMsr2d_async(const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pInMaskImg)
asynchronous wrappers
boost::shared_ptr< ipsdk::imaproc::attr::HistogramData > HistogramDataPtr
shared pointer to ipsdk::imaproc::HistogramData
Definition: HistogramData.h:231
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.
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::PlanIndexedHistogramDataPtr multiSlice_histogramMaskMsr2d(const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pInMaskImg)
wrapper function for calculates the histogram for each 2d plan of an input image intersected with a m...
boost::shared_ptr< ipsdk::imaproc::attr::PlanIndexedHistogramData > PlanIndexedHistogramDataPtr
shared pointer to ipsdk::imaproc::attr::PlanIndexedHistogramData
Definition: PlanIndexedHistogramData.h:49
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::HistogramDataPtr histogramMaskMsr2d(const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pInMaskImg)
wrapper function for calculates the histogram for each 2d plan of an input image intersected with a m...
IPSDKIPLGLOBALMEASURE_API boost::shared_ptr< HistogramMaskMsr2dLvl1 > multiSlice_histogramMaskMsr2d_async(const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pInMaskImg)
asynchronous wrappers