IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces
PearsonCorrelationCoefficient2d.h File Reference

Wrapper functions for computes the Pearson correlation coefficient in the image. More...

#include <IPSDKIPL/IPSDKIPLGlobalMeasure/IPSDKIPLGlobalMeasureExports.h>
#include <IPSDKImage/Image/ImageTypes.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PearsonCCResult.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PlanIndexedPearsonCCResult.h>

Go to the source code of this file.

Namespaces

 ipsdk::imaproc::glbmsr
 Namespace aggregating global measure operations on images, pixel by pixel.
 

Functions

IPSDKIPLGLOBALMEASURE_API ipReal64 ipsdk::imaproc::glbmsr::pearsonCorrelationCoefficient2d (const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2)
 wrapper function for computes the Pearson correlation coefficient in the image More...
 
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::PlanIndexedPearsonCCResultPtr ipsdk::imaproc::glbmsr::multiSlice_pearsonCorrelationCoefficient2d (const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2)
 wrapper function for computes the Pearson correlation coefficient in the image More...
 
IPSDKIPLGLOBALMEASURE_API boost::shared_ptr< PearsonCorrelationCoefficient2dLvl1 > ipsdk::imaproc::glbmsr::pearsonCorrelationCoefficient2d_async (const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2)
 asynchronous wrappers
 
IPSDKIPLGLOBALMEASURE_API boost::shared_ptr< PearsonCorrelationCoefficient2dLvl1 > ipsdk::imaproc::glbmsr::multiSlice_pearsonCorrelationCoefficient2d_async (const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2)
 asynchronous wrappers
 
IPSDKIPLGLOBALMEASURE_API ipReal64 ipsdk::imaproc::glbmsr::getAsyncProcessorOutput (boost::shared_ptr< PearsonCorrelationCoefficient2dLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::PlanIndexedPearsonCCResultPtr ipsdk::imaproc::glbmsr::getAsyncProcessorMultiSliceOutput (boost::shared_ptr< PearsonCorrelationCoefficient2dLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for computes the Pearson correlation coefficient in the image.

Author
R. Abbal
Date
2017/07/25