IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
StatsMaskMsr3d.h
Go to the documentation of this file.
1 // StatsMaskMsr3d.h:
3 // -----------------
4 //
14 
15 #ifndef __IPSDKIPLGLOBALMEASURE_STATSMASKMSR3D_H__
16 #define __IPSDKIPLGLOBALMEASURE_STATSMASKMSR3D_H__
17 
20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/StatsResult.h>
21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PlanIndexedStatsResult.h>
22 
23 namespace ipsdk {
24 namespace imaproc {
25 namespace glbmsr {
26 
27 class StatsMaskMsr3dLvl1;
28 
31 
38  const ipsdk::image::ImageConstPtr& pInMaskImg);
40 
48  const ipsdk::image::ImageConstPtr& pInMaskImg);
50 
53 IPSDKIPLGLOBALMEASURE_API boost::shared_ptr<StatsMaskMsr3dLvl1>
55  const ipsdk::image::ImageConstPtr& pInMaskImg);
56 IPSDKIPLGLOBALMEASURE_API boost::shared_ptr<StatsMaskMsr3dLvl1>
58  const ipsdk::image::ImageConstPtr& pInMaskImg);
60 
64 getAsyncProcessorOutput(boost::shared_ptr<StatsMaskMsr3dLvl1> pProcessor);
66 getAsyncProcessorMultiSliceOutput(boost::shared_ptr<StatsMaskMsr3dLvl1> pProcessor);
68 
71 
72 } // end of namespace glbmsr
73 } // end of namespace imaproc
74 } // end of namespace ipsdk
75 
76 #endif // __IPSDKIPLGLOBALMEASURE_STATSMASKMSR3D_H__
#define IPSDKIPLGLOBALMEASURE_API
Import/Export macro for library IPSDKIPLGlobalMeasure.
Definition: IPSDKIPLGlobalMeasureExports.h:25
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::StatsResultPtr statsMaskMsr3d(const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pInMaskImg)
wrapper function for measure of common statistics indicators in a 3d image (mean, max...
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< StatsMaskMsr3dLvl1 > statsMaskMsr3d_async(const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pInMaskImg)
asynchronous wrappers
boost::shared_ptr< const BaseImage > ImageConstPtr
Definition of import/export macro for library.
IPSDKIPLGLOBALMEASURE_API boost::shared_ptr< StatsMaskMsr3dLvl1 > multiSlice_statsMaskMsr3d_async(const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pInMaskImg)
asynchronous wrappers
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::PlanIndexedStatsResultPtr multiSlice_statsMaskMsr3d(const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pInMaskImg)
wrapper function for measure of common statistics indicators in a 3d image (mean, max...
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