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

Wrapper functions for 2D Cross correlation calculated in the Fourier domain. 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::fastCrossCorrelation2dImg (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pInTemplateImg)
 wrapper function for 2D Cross correlation calculated in the Fourier domain More...
 
IPSDKIPLFILTERING_API void ipsdk::imaproc::filter::fastCrossCorrelation2dImg (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pInTemplateImg, const image::ImagePtr &pOutRealImg)
 wrapper function for 2D Cross correlation calculated in the Fourier domain More...
 
IPSDKIPLFILTERING_API boost::shared_ptr< FastCrossCorrelation2dImgLvl1 > ipsdk::imaproc::filter::fastCrossCorrelation2dImg_async (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pInTemplateImg)
 asynchronous wrappers
 
IPSDKIPLFILTERING_API boost::shared_ptr< FastCrossCorrelation2dImgLvl1 > ipsdk::imaproc::filter::fastCrossCorrelation2dImg_async (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pInTemplateImg, const image::ImagePtr &pOutRealImg)
 asynchronous wrappers
 
IPSDKIPLFILTERING_API image::ImagePtr ipsdk::imaproc::filter::getAsyncProcessorOutput (boost::shared_ptr< FastCrossCorrelation2dImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for 2D Cross correlation calculated in the Fourier domain.

Author
R. Abbal
Date
2023/01/04