15 #ifndef __IPSDKIPLGLOBALMEASURE_PEARSONCORRELATIONCOEFFICIENT3D_H__ 16 #define __IPSDKIPLGLOBALMEASURE_PEARSONCORRELATIONCOEFFICIENT3D_H__ 20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PearsonCCResult.h> 21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PlanIndexedPearsonCCResult.h> 27 class PearsonCorrelationCoefficient3dLvl1;
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
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