![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
builds the Pearson's colocalization map computing the Pearson correlation coefficient on each pixel More...
| 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... | |
builds the Pearson's colocalization map computing the Pearson correlation coefficient on each pixel
The Pearson colocalization, also known as Pearson correlation coefficient, is a linear correlation measure between the two input images InImg1 and InImg2. The result is a Real32 image where the intensity
at the pixel at position
is calculated with the following formula :
Where
is the mean intensity of
and
is its standard deviation.
Here is an example of Pearson colocalization mapping:
Attribute description for algorithm :
| Name | ToolTip | Default Initializer |
|---|---|---|
| ipsdk::imaproc::attr::InImg1 | [Input] First image for processing operation | X |
| ipsdk::imaproc::attr::InImg2 | [Input] Second image for processing operation | X |
| ipsdk::imaproc::attr::OutRealImg | [Output] image for processing operation (data contained in image buffer are reals) | ipsdk::imaproc::duplicateInOut (_pOutRealImg, _pInImg1, ipsdk::image::eImageBufferType::eIBT_Real32) |
Global rule description for algorithm :
ipsdk::imaproc::matchSize (_pInImg1,_pInImg2) &&
ipsdk::imaproc::matchSize (_pInImg1,_pOutRealImg)
| 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
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
| 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
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
1.8.14