15 #ifndef __IPSDKIPLGLOBALMEASURE_PEARSONCORRELATIONCOEFFICIENT2D_H__ 16 #define __IPSDKIPLGLOBALMEASURE_PEARSONCORRELATIONCOEFFICIENT2D_H__ 20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PearsonCCResult.h> 21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PlanIndexedPearsonCCResult.h> 27 class PearsonCorrelationCoefficient2dLvl1;
76 #endif // __IPSDKIPLGLOBALMEASURE_PEARSONCORRELATIONCOEFFICIENT2D_H__ #define IPSDKIPLGLOBALMEASURE_API
Import/Export macro for library IPSDKIPLGlobalMeasure.
Definition: IPSDKIPLGlobalMeasureExports.h:25
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 ipReal64 pearsonCorrelationCoefficient2d(const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2)
wrapper function for computes the Pearson correlation coefficient in the image
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::PlanIndexedPearsonCCResultPtr multiSlice_pearsonCorrelationCoefficient2d(const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2)
wrapper function for computes the Pearson correlation coefficient in the image
boost::shared_ptr< const BaseImage > ImageConstPtr
IPSDKIPLGLOBALMEASURE_API boost::shared_ptr< PearsonCorrelationCoefficient2dLvl1 > pearsonCorrelationCoefficient2d_async(const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2)
asynchronous wrappers
IPSDKIPLGLOBALMEASURE_API boost::shared_ptr< PearsonCorrelationCoefficient2dLvl1 > multiSlice_pearsonCorrelationCoefficient2d_async(const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2)
asynchronous wrappers
Definition of import/export macro for library.
boost::shared_ptr< ipsdk::imaproc::attr::PlanIndexedPearsonCCResult > PlanIndexedPearsonCCResultPtr
shared pointer to ipsdk::imaproc::attr::PlanIndexedPearsonCCResult
Definition: PlanIndexedPearsonCCResult.h:49