IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
FastCrossCorrelation2dImg.h
Go to the documentation of this file.
1 // FastCrossCorrelation2dImg.h:
3 // ----------------------------
4 //
14 
15 #ifndef __IPSDKIPLFILTERING_FASTCROSSCORRELATION2DIMG_H__
16 #define __IPSDKIPLFILTERING_FASTCROSSCORRELATION2DIMG_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 namespace filter {
24 
25 class FastCrossCorrelation2dImgLvl1;
26 
29 
36  const image::ImageConstPtr& pInTemplateImg);
39  const image::ImageConstPtr& pInTemplateImg,
40  const image::ImagePtr& pOutRealImg);
42 
45 IPSDKIPLFILTERING_API boost::shared_ptr<FastCrossCorrelation2dImgLvl1>
47  const image::ImageConstPtr& pInTemplateImg);
48 IPSDKIPLFILTERING_API boost::shared_ptr<FastCrossCorrelation2dImgLvl1>
50  const image::ImageConstPtr& pInTemplateImg,
51  const image::ImagePtr& pOutRealImg);
53 
57 getAsyncProcessorOutput(boost::shared_ptr<FastCrossCorrelation2dImgLvl1> pProcessor);
59 
62 
63 } // end of namespace filter
64 } // end of namespace imaproc
65 } // end of namespace ipsdk
66 
67 #endif // __IPSDKIPLFILTERING_FASTCROSSCORRELATION2DIMG_H__
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLFILTERING_API image::ImagePtr fastCrossCorrelation2dImg(const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pInTemplateImg)
wrapper function for 2D Cross correlation calculated in the Fourier domain
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
IPSDKIPLFILTERING_API boost::shared_ptr< FastCrossCorrelation2dImgLvl1 > fastCrossCorrelation2dImg_async(const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pInTemplateImg)
asynchronous wrappers
Definition of import/export macro for library.