IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces | Functions
NormalizedCrossCorrelationMsr3d.h File Reference

Wrapper functions for measures the global Normalized Cross-Correlation between two 3D images. More...

#include <IPSDKIPL/IPSDKIPLGlobalMeasure/IPSDKIPLGlobalMeasureExports.h>
#include <IPSDKImage/Image/ImageTypes.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PlanIndexedNCCResult.h>

Go to the source code of this file.

Namespaces

 ipsdk::imaproc::glbmsr
 Namespace aggregating global measure operations on images, pixel by pixel.
 

Functions

IPSDKIPLGLOBALMEASURE_API ipsdk::ipReal64 ipsdk::imaproc::glbmsr::getAsyncProcessorOutput (boost::shared_ptr< NormalizedCrossCorrelationMsr3dLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::PlanIndexedNCCResultPtr ipsdk::imaproc::glbmsr::getAsyncProcessorMultiSliceOutput (boost::shared_ptr< NormalizedCrossCorrelationMsr3dLvl1 > pProcessor)
 
IPSDKIPLGLOBALMEASURE_API ipsdk::ipReal64 ipsdk::imaproc::glbmsr::normalizedCrossCorrelationMsr3d (const ipsdk::image::ImageConstPtr &pInImg3d1, const ipsdk::image::ImageConstPtr &pInImg3d2)
 wrapper function for measures the global Normalized Cross-Correlation between two 3D images More...
 
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::PlanIndexedNCCResultPtr ipsdk::imaproc::glbmsr::multiSlice_normalizedCrossCorrelationMsr3d (const ipsdk::image::ImageConstPtr &pInImg3d1, const ipsdk::image::ImageConstPtr &pInImg3d2)
 wrapper function for measures the global Normalized Cross-Correlation between two 3D images More...
 
IPSDKIPLGLOBALMEASURE_API boost::shared_ptr< NormalizedCrossCorrelationMsr3dLvl1 > ipsdk::imaproc::glbmsr::normalizedCrossCorrelationMsr3d_async (const ipsdk::image::ImageConstPtr &pInImg3d1, const ipsdk::image::ImageConstPtr &pInImg3d2)
 asynchronous wrappers
 
IPSDKIPLGLOBALMEASURE_API boost::shared_ptr< NormalizedCrossCorrelationMsr3dLvl1 > ipsdk::imaproc::glbmsr::multiSlice_normalizedCrossCorrelationMsr3d_async (const ipsdk::image::ImageConstPtr &pInImg3d1, const ipsdk::image::ImageConstPtr &pInImg3d2)
 asynchronous wrappers
 

Detailed Description

Wrapper functions for measures the global Normalized Cross-Correlation between two 3D images.

Author
R. Abbal
Date
2022/11/30