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