![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Wrapper functions for Computes the Normalized Cross Correlation between a volume and a 3d 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::normalizedCrossCorrelation3dImg (const image::ImageConstPtr &pInImg3d, const KernelXYZConstPtr &pInKnlXYZ) |
| wrapper function for Computes the Normalized Cross Correlation between a volume and a 3d kernel More... | |
| IPSDKIPLFILTERING_API void | ipsdk::imaproc::filter::normalizedCrossCorrelation3dImg (const image::ImageConstPtr &pInImg3d, const KernelXYZConstPtr &pInKnlXYZ, const image::ImagePtr &pOutRealImg) |
| wrapper function for Computes the Normalized Cross Correlation between a volume and a 3d kernel More... | |
| IPSDKIPLFILTERING_API image::ImagePtr | ipsdk::imaproc::filter::normalizedCrossCorrelation3dImg (const image::ImageConstPtr &pInImg3d, const image::ImageConstPtr &pInKnlImg3d) |
| wrapper function for Computes the Normalized Cross Correlation between a volume and a 3d kernel More... | |
| IPSDKIPLFILTERING_API void | ipsdk::imaproc::filter::normalizedCrossCorrelation3dImg (const image::ImageConstPtr &pInImg3d, const image::ImageConstPtr &pInKnlImg3d, const image::ImagePtr &pOutRealImg) |
| wrapper function for Computes the Normalized Cross Correlation between a volume and a 3d kernel More... | |
| IPSDKIPLFILTERING_API boost::shared_ptr< NormalizedCrossCorrelation3dImgLvl1 > | ipsdk::imaproc::filter::normalizedCrossCorrelation3dImg_async (const image::ImageConstPtr &pInImg3d, const KernelXYZConstPtr &pInKnlXYZ) |
| asynchronous wrappers | |
| IPSDKIPLFILTERING_API boost::shared_ptr< NormalizedCrossCorrelation3dImgLvl1 > | ipsdk::imaproc::filter::normalizedCrossCorrelation3dImg_async (const image::ImageConstPtr &pInImg3d, const KernelXYZConstPtr &pInKnlXYZ, const image::ImagePtr &pOutRealImg) |
| asynchronous wrappers | |
| IPSDKIPLFILTERING_API boost::shared_ptr< NormalizedCrossCorrelation3dImgLvl1 > | ipsdk::imaproc::filter::normalizedCrossCorrelation3dImg_async (const image::ImageConstPtr &pInImg3d, const image::ImageConstPtr &pInKnlImg3d) |
| asynchronous wrappers | |
| IPSDKIPLFILTERING_API boost::shared_ptr< NormalizedCrossCorrelation3dImgLvl1 > | ipsdk::imaproc::filter::normalizedCrossCorrelation3dImg_async (const image::ImageConstPtr &pInImg3d, const image::ImageConstPtr &pInKnlImg3d, const image::ImagePtr &pOutRealImg) |
| asynchronous wrappers | |
| IPSDKIPLFILTERING_API image::ImagePtr | ipsdk::imaproc::filter::getAsyncProcessorOutput (boost::shared_ptr< NormalizedCrossCorrelation3dImgLvl1 > pProcessor) |
| function to retrieve the result of an asynchronous processor | |
Wrapper functions for Computes the Normalized Cross Correlation between a volume and a 3d kernel.
1.8.14