![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Wrapper functions for Computes the Normalized Cross Correlation between an image and a kernel. More...
#include <IPSDKIPL/IPSDKIPLFiltering/IPSDKIPLFilteringExports.h>#include <IPSDKImage/Image/ImageTypes.h>#include <IPSDKBaseData/Pattern/Kernel/KernelTypes.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::normalizedCrossCorrelation2dImg (const image::ImageConstPtr &pInImg2d, const KernelXYConstPtr &pInKnlXY) |
| wrapper function for Computes the Normalized Cross Correlation between an image and a kernel More... | |
| IPSDKIPLFILTERING_API void | ipsdk::imaproc::filter::normalizedCrossCorrelation2dImg (const image::ImageConstPtr &pInImg2d, const KernelXYConstPtr &pInKnlXY, const image::ImagePtr &pOutRealImg) |
| wrapper function for Computes the Normalized Cross Correlation between an image and a kernel More... | |
| IPSDKIPLFILTERING_API image::ImagePtr | ipsdk::imaproc::filter::normalizedCrossCorrelation2dImg (const image::ImageConstPtr &pInImg2d, const image::ImageConstPtr &pInKnlImg2d) |
| wrapper function for Computes the Normalized Cross Correlation between an image and a kernel More... | |
| IPSDKIPLFILTERING_API void | ipsdk::imaproc::filter::normalizedCrossCorrelation2dImg (const image::ImageConstPtr &pInImg2d, const image::ImageConstPtr &pInKnlImg2d, const image::ImagePtr &pOutRealImg) |
| wrapper function for Computes the Normalized Cross Correlation between an image and a kernel More... | |
| IPSDKIPLFILTERING_API boost::shared_ptr< NormalizedCrossCorrelation2dImgLvl1 > | ipsdk::imaproc::filter::normalizedCrossCorrelation2dImg_async (const image::ImageConstPtr &pInImg2d, const KernelXYConstPtr &pInKnlXY) |
| asynchronous wrappers | |
| IPSDKIPLFILTERING_API boost::shared_ptr< NormalizedCrossCorrelation2dImgLvl1 > | ipsdk::imaproc::filter::normalizedCrossCorrelation2dImg_async (const image::ImageConstPtr &pInImg2d, const KernelXYConstPtr &pInKnlXY, const image::ImagePtr &pOutRealImg) |
| asynchronous wrappers | |
| IPSDKIPLFILTERING_API boost::shared_ptr< NormalizedCrossCorrelation2dImgLvl1 > | ipsdk::imaproc::filter::normalizedCrossCorrelation2dImg_async (const image::ImageConstPtr &pInImg2d, const image::ImageConstPtr &pInKnlImg2d) |
| asynchronous wrappers | |
| IPSDKIPLFILTERING_API boost::shared_ptr< NormalizedCrossCorrelation2dImgLvl1 > | ipsdk::imaproc::filter::normalizedCrossCorrelation2dImg_async (const image::ImageConstPtr &pInImg2d, const image::ImageConstPtr &pInKnlImg2d, const image::ImagePtr &pOutRealImg) |
| asynchronous wrappers | |
| IPSDKIPLFILTERING_API image::ImagePtr | ipsdk::imaproc::filter::getAsyncProcessorOutput (boost::shared_ptr< NormalizedCrossCorrelation2dImgLvl1 > pProcessor) |
| function to retrieve the result of an asynchronous processor | |
Wrapper functions for Computes the Normalized Cross Correlation between an image and a kernel.
1.8.14