IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
PearsonColocalization2dImg.h
Go to the documentation of this file.
1 // PearsonColocalization2dImg.h:
3 // -----------------------------
4 //
14 
15 #ifndef __IPSDKIPLFILTERING_PEARSONCOLOCALIZATION2DIMG_H__
16 #define __IPSDKIPLFILTERING_PEARSONCOLOCALIZATION2DIMG_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 namespace filter {
24 
25 class PearsonColocalization2dImgLvl1;
26 
29 
36  const image::ImageConstPtr& pInImg2);
39  const image::ImageConstPtr& pInImg2,
40  const image::ImagePtr& pOutRealImg);
42 
45 IPSDKIPLFILTERING_API boost::shared_ptr<PearsonColocalization2dImgLvl1>
47  const image::ImageConstPtr& pInImg2);
48 IPSDKIPLFILTERING_API boost::shared_ptr<PearsonColocalization2dImgLvl1>
50  const image::ImageConstPtr& pInImg2,
51  const image::ImagePtr& pOutRealImg);
53 
57 getAsyncProcessorOutput(boost::shared_ptr<PearsonColocalization2dImgLvl1> pProcessor);
59 
62 
63 } // end of namespace filter
64 } // end of namespace imaproc
65 } // end of namespace ipsdk
66 
67 #endif // __IPSDKIPLFILTERING_PEARSONCOLOCALIZATION2DIMG_H__
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLFILTERING_API image::ImagePtr pearsonColocalization2dImg(const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2)
wrapper function for builds the Pearson&#39;s colocalization map computing the Pearson correlation coeffi...
IPSDKIPLFILTERING_API boost::shared_ptr< PearsonColocalization2dImgLvl1 > pearsonColocalization2dImg_async(const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2)
asynchronous wrappers
boost::shared_ptr< const BaseImage > ImageConstPtr
IPSDKIPLFILTERING_API image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< AnisotropicDiffusion2dImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
#define IPSDKIPLFILTERING_API
Import/Export macro for library IPSDKIPLFiltering.
Definition: IPSDKIPLFilteringExports.h:25
Definition of import/export macro for library.