IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ZProjectionImg.h
Go to the documentation of this file.
1 // ZProjectionImg.h:
3 // -----------------
4 //
14 
15 #ifndef __IPSDKIPLGLOBALMEASURE_ZPROJECTIONIMG_H__
16 #define __IPSDKIPLGLOBALMEASURE_ZPROJECTIONIMG_H__
17 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace glbmsr {
25 
26 class ZProjectionImgLvl1;
27 
30 
37  const ipsdk::imaproc::attr::eProjStatType& eInProjStatType);
38 
41  const ipsdk::imaproc::attr::eProjStatType& eInProjStatType,
42  const ipsdk::image::ImagePtr& pOutImg);
44 
47 IPSDKIPLGLOBALMEASURE_API boost::shared_ptr<ZProjectionImgLvl1>
49  const ipsdk::imaproc::attr::eProjStatType& eInProjStatType);
50 IPSDKIPLGLOBALMEASURE_API boost::shared_ptr<ZProjectionImgLvl1>
52  const ipsdk::imaproc::attr::eProjStatType& eInProjStatType,
53  const ipsdk::image::ImagePtr& pOutImg);
55 
59 getAsyncProcessorOutput(boost::shared_ptr<ZProjectionImgLvl1> pProcessor);
61 
64 
65 } // end of namespace glbmsr
66 } // end of namespace imaproc
67 } // end of namespace ipsdk
68 
69 #endif // __IPSDKIPLGLOBALMEASURE_ZPROJECTIONIMG_H__
#define IPSDKIPLGLOBALMEASURE_API
Import/Export macro for library IPSDKIPLGlobalMeasure.
Definition: IPSDKIPLGlobalMeasureExports.h:25
IPSDKIPLGLOBALMEASURE_API ipsdk::image::ImagePtr zProjectionImg(const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::eProjStatType &eInProjStatType)
wrapper function for measure of common statistics indicators in the image 3d (mean, max, etc.) computed along Z axis
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::DoublesPtr getAsyncProcessorOutput(boost::shared_ptr< AreaPercent2dMsrLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
eProjStatType
Enumerate describing the statistic projections.
Definition: ProjStatTypes.h:31
Predefined types for statistic projections management.
boost::shared_ptr< const BaseImage > ImageConstPtr
IPSDKIPLGLOBALMEASURE_API boost::shared_ptr< ZProjectionImgLvl1 > zProjectionImg_async(const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::eProjStatType &eInProjStatType)
asynchronous wrappers
Definition of import/export macro for library.