IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
AreaPercent2dMsr.h
Go to the documentation of this file.
1 // AreaPercent2dMsr.h:
3 // -------------------
4 //
14 
15 #ifndef __IPSDKIPLGLOBALMEASURE_AREAPERCENT2DMSR_H__
16 #define __IPSDKIPLGLOBALMEASURE_AREAPERCENT2DMSR_H__
17 
20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/Doubles.h>
21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PlanIndexedDoubles.h>
22 
23 namespace ipsdk {
24 namespace imaproc {
25 namespace glbmsr {
26 
27 class AreaPercent2dMsrLvl1;
28 
31 
40  const ipsdk::image::ImageConstPtr& pInMaskImg);
41 
46  const ipsdk::image::ImageConstPtr& pInMaskImg);
48 
51 IPSDKIPLGLOBALMEASURE_API boost::shared_ptr<AreaPercent2dMsrLvl1>
53 IPSDKIPLGLOBALMEASURE_API boost::shared_ptr<AreaPercent2dMsrLvl1>
55  const ipsdk::image::ImageConstPtr& pInMaskImg);
56 
57 IPSDKIPLGLOBALMEASURE_API boost::shared_ptr<AreaPercent2dMsrLvl1>
59 IPSDKIPLGLOBALMEASURE_API boost::shared_ptr<AreaPercent2dMsrLvl1>
61  const ipsdk::image::ImageConstPtr& pInMaskImg);
63 
67 getAsyncProcessorOutput(boost::shared_ptr<AreaPercent2dMsrLvl1> pProcessor);
68 
70 getAsyncProcessorMultiSliceOutput(boost::shared_ptr<AreaPercent2dMsrLvl1> pProcessor);
72 
75 
76 } // end of namespace glbmsr
77 } // end of namespace imaproc
78 } // end of namespace ipsdk
79 
80 #endif // __IPSDKIPLGLOBALMEASURE_AREAPERCENT2DMSR_H__
#define IPSDKIPLGLOBALMEASURE_API
Import/Export macro for library IPSDKIPLGlobalMeasure.
Definition: IPSDKIPLGlobalMeasureExports.h:25
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::PlanIndexedDoublesPtr multiSlice_areaPercent2dMsr(const ipsdk::image::ImageConstPtr &pInImg)
wrapper function for Computes the ratio between the number of pixels and the total image size...
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::PlanIndexedDoublesPtr getAsyncProcessorMultiSliceOutput(boost::shared_ptr< AreaPercent2dMsrLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
IPSDKIPLGLOBALMEASURE_API boost::shared_ptr< AreaPercent2dMsrLvl1 > areaPercent2dMsr_async(const ipsdk::image::ImageConstPtr &pInImg)
asynchronous wrappers
IPSDKIPLGLOBALMEASURE_API boost::shared_ptr< AreaPercent2dMsrLvl1 > multiSlice_areaPercent2dMsr_async(const ipsdk::image::ImageConstPtr &pInImg)
asynchronous wrappers
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::PlanIndexedDoubles > PlanIndexedDoublesPtr
shared pointer to ipsdk::imaproc::PlanIndexedDoubles
Definition: PlanIndexedDoubles.h:49
boost::shared_ptr< ipsdk::imaproc::attr::Doubles > DoublesPtr
shared pointer to ipsdk::imaproc::Doubles
Definition: Doubles.h:124
boost::shared_ptr< const BaseImage > ImageConstPtr
Definition of import/export macro for library.
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::DoublesPtr areaPercent2dMsr(const ipsdk::image::ImageConstPtr &pInImg)
wrapper function for Computes the ratio between the number of pixels and the total image size...