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

Wrapper functions for builds the Pearson's colocalization map computing the Pearson correlation coefficient on each pixel. More...

#include <IPSDKIPL/IPSDKIPLFiltering/IPSDKIPLFilteringExports.h>
#include <IPSDKImage/Image/ImageTypes.h>

Go to the source code of this file.

Namespaces

 ipsdk::imaproc::filter
 Namespace aggregating filtering operations on images.
 

Functions

IPSDKIPLFILTERING_API image::ImagePtr ipsdk::imaproc::filter::pearsonColocalization2dImg (const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2)
 wrapper function for builds the Pearson's colocalization map computing the Pearson correlation coefficient on each pixel More...
 
IPSDKIPLFILTERING_API void ipsdk::imaproc::filter::pearsonColocalization2dImg (const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2, const image::ImagePtr &pOutRealImg)
 wrapper function for builds the Pearson's colocalization map computing the Pearson correlation coefficient on each pixel More...
 
IPSDKIPLFILTERING_API boost::shared_ptr< PearsonColocalization2dImgLvl1 > ipsdk::imaproc::filter::pearsonColocalization2dImg_async (const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2)
 asynchronous wrappers
 
IPSDKIPLFILTERING_API boost::shared_ptr< PearsonColocalization2dImgLvl1 > ipsdk::imaproc::filter::pearsonColocalization2dImg_async (const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2, const image::ImagePtr &pOutRealImg)
 asynchronous wrappers
 
IPSDKIPLFILTERING_API image::ImagePtr ipsdk::imaproc::filter::getAsyncProcessorOutput (boost::shared_ptr< PearsonColocalization2dImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for builds the Pearson's colocalization map computing the Pearson correlation coefficient on each pixel.

Author
R. Abbal
Date
2017/07/21