IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
XProjection2d.h
Go to the documentation of this file.
1 // XProjection2d.h:
3 // ----------------
4 //
14 
15 #ifndef __IPSDKIPLGLOBALMEASURE_XPROJECTION2D_H__
16 #define __IPSDKIPLGLOBALMEASURE_XPROJECTION2D_H__
17 
21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/Doubles.h>
22 
23 namespace ipsdk {
24 namespace imaproc {
25 namespace glbmsr {
26 
27 class XProjection2dLvl1;
28 
31 
38  const ipsdk::imaproc::attr::eProjStatType& eInProjStatType);
40 
43 IPSDKIPLGLOBALMEASURE_API boost::shared_ptr<XProjection2dLvl1>
45  const ipsdk::imaproc::attr::eProjStatType& eInProjStatType);
47 
51 getAsyncProcessorOutput(boost::shared_ptr<XProjection2dLvl1> pProcessor);
53 
56 
57 } // end of namespace glbmsr
58 } // end of namespace imaproc
59 } // end of namespace ipsdk
60 
61 #endif // __IPSDKIPLGLOBALMEASURE_XPROJECTION2D_H__
#define IPSDKIPLGLOBALMEASURE_API
Import/Export macro for library IPSDKIPLGlobalMeasure.
Definition: IPSDKIPLGlobalMeasureExports.h:25
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::DoublesPtr getAsyncProcessorOutput(boost::shared_ptr< AreaPercent2dMsrLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
boost::shared_ptr< ipsdk::imaproc::attr::Doubles > DoublesPtr
shared pointer to ipsdk::imaproc::Doubles
Definition: Doubles.h:124
eProjStatType
Enumerate describing the statistic projections.
Definition: ProjStatTypes.h:31
Predefined types for statistic projections management.
boost::shared_ptr< const BaseImage > ImageConstPtr
Definition of import/export macro for library.
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::DoublesPtr xProjection2d(const ipsdk::image::ImageConstPtr &pInSubImg2d, const ipsdk::imaproc::attr::eProjStatType &eInProjStatType)
wrapper function for measure of common statistics indicators in the image (mean, max, etc.) computed along the Y direction
IPSDKIPLGLOBALMEASURE_API boost::shared_ptr< XProjection2dLvl1 > xProjection2d_async(const ipsdk::image::ImageConstPtr &pInSubImg2d, const ipsdk::imaproc::attr::eProjStatType &eInProjStatType)
asynchronous wrappers