IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
StatsMsr2d.h
Go to the documentation of this file.
1 // StatsMsr2d.h:
3 // -------------
4 //
15 
16 #ifndef __IPSDKIPLGLOBALMEASURE_STATSMSR2D_H__
17 #define __IPSDKIPLGLOBALMEASURE_STATSMSR2D_H__
18 
21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/StatsResult.h>
22 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PlanIndexedStatsResult.h>
23 
24 namespace ipsdk {
25 namespace imaproc {
26 namespace glbmsr {
27 
28 class StatsMsr2dLvl1;
29 
32 
40 
49 
52 IPSDKIPLGLOBALMEASURE_API boost::shared_ptr<StatsMsr2dLvl1>
54 IPSDKIPLGLOBALMEASURE_API boost::shared_ptr<StatsMsr2dLvl1>
57 
61 getAsyncProcessorOutput(boost::shared_ptr<StatsMsr2dLvl1> pProcessor);
63 getAsyncProcessorMultiSliceOutput(boost::shared_ptr<StatsMsr2dLvl1> pProcessor);
65 
68 
69 } // end of namespace glbmsr
70 } // end of namespace imaproc
71 } // end of namespace ipsdk
72 
73 #endif // __IPSDKIPLGLOBALMEASURE_STATSMSR2D_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::PlanIndexedStatsResultPtr multiSlice_statsMsr2d(const ipsdk::image::ImageConstPtr &pInImg)
wrapper function for measure of common statistics indicators in a 2d image (mean, max...
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< StatsMsr2dLvl1 > multiSlice_statsMsr2d_async(const ipsdk::image::ImageConstPtr &pInImg)
asynchronous wrappers
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::StatsResultPtr statsMsr2d(const ipsdk::image::ImageConstPtr &pInImg)
wrapper function for measure of common statistics indicators in an image (mean, max, etc.) for each 2d plan
IPSDKIPLGLOBALMEASURE_API boost::shared_ptr< StatsMsr2dLvl1 > statsMsr2d_async(const ipsdk::image::ImageConstPtr &pInImg)
asynchronous wrappers
boost::shared_ptr< const BaseImage > ImageConstPtr
Definition of import/export macro for library.
boost::shared_ptr< ipsdk::imaproc::attr::PlanIndexedStatsResult > PlanIndexedStatsResultPtr
shared pointer to ipsdk::imaproc::attr::PlanIndexedStatsResult
Definition: PlanIndexedStatsResult.h:50
boost::shared_ptr< ipsdk::imaproc::attr::StatsResult > StatsResultPtr
shared pointer to ipsdk::imaproc::attr::StatsResult
Definition: StatsResult.h:206