IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
PearsonCorrelationCoefficient3d.h
Go to the documentation of this file.
1 // PearsonCorrelationCoefficient3d.h:
3 // ----------------------------------
4 //
14 
15 #ifndef __IPSDKIPLGLOBALMEASURE_PEARSONCORRELATIONCOEFFICIENT3D_H__
16 #define __IPSDKIPLGLOBALMEASURE_PEARSONCORRELATIONCOEFFICIENT3D_H__
17 
20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PearsonCCResult.h>
21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PlanIndexedPearsonCCResult.h>
22 
23 namespace ipsdk {
24 namespace imaproc {
25 namespace glbmsr {
26 
27 class PearsonCorrelationCoefficient3dLvl1;
28 
31 
38  const image::ImageConstPtr& pInImg3d2);
40 
48  const image::ImageConstPtr& pInImg3d2);
50 
53 IPSDKIPLGLOBALMEASURE_API boost::shared_ptr<PearsonCorrelationCoefficient3dLvl1>
55  const image::ImageConstPtr& pInImg3d2);
56 IPSDKIPLGLOBALMEASURE_API boost::shared_ptr<PearsonCorrelationCoefficient3dLvl1>
58  const image::ImageConstPtr& pInImg3d2);
60 
64 getAsyncProcessorOutput(boost::shared_ptr<PearsonCorrelationCoefficient3dLvl1> pProcessor);
66 getAsyncProcessorMultiSliceOutput(boost::shared_ptr<PearsonCorrelationCoefficient3dLvl1> pProcessor);
68 
71 
72 } // end of namespace glbmsr
73 } // end of namespace imaproc
74 } // end of namespace ipsdk
75 
76 #endif // __IPSDKIPLGLOBALMEASURE_PEARSONCORRELATIONCOEFFICIENT3D_H__
#define IPSDKIPLGLOBALMEASURE_API
Import/Export macro for library IPSDKIPLGlobalMeasure.
Definition: IPSDKIPLGlobalMeasureExports.h:25
IPSDKIPLGLOBALMEASURE_API ipReal64 pearsonCorrelationCoefficient3d(const image::ImageConstPtr &pInImg3d1, const image::ImageConstPtr &pInImg3d2)
wrapper function for computes the Pearson correlation coefficient in the 3d image ...
IPSDKIPLGLOBALMEASURE_API boost::shared_ptr< PearsonCorrelationCoefficient3dLvl1 > multiSlice_pearsonCorrelationCoefficient3d_async(const image::ImageConstPtr &pInImg3d1, const image::ImageConstPtr &pInImg3d2)
asynchronous wrappers
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::PlanIndexedDoublesPtr getAsyncProcessorMultiSliceOutput(boost::shared_ptr< AreaPercent2dMsrLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
double ipReal64
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< PearsonCorrelationCoefficient3dLvl1 > pearsonCorrelationCoefficient3d_async(const image::ImageConstPtr &pInImg3d1, const image::ImageConstPtr &pInImg3d2)
asynchronous wrappers
boost::shared_ptr< const BaseImage > ImageConstPtr
Definition of import/export macro for library.
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::PlanIndexedPearsonCCResultPtr multiSlice_pearsonCorrelationCoefficient3d(const image::ImageConstPtr &pInImg3d1, const image::ImageConstPtr &pInImg3d2)
wrapper function for computes the Pearson correlation coefficient in the image
boost::shared_ptr< ipsdk::imaproc::attr::PlanIndexedPearsonCCResult > PlanIndexedPearsonCCResultPtr
shared pointer to ipsdk::imaproc::attr::PlanIndexedPearsonCCResult
Definition: PlanIndexedPearsonCCResult.h:49