IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
NormalizedCrossCorrelationMsr3d.h
Go to the documentation of this file.
1 // NormalizedCrossCorrelationMsr3d.h:
3 // ----------------------------------
4 //
14 
15 #ifndef __IPSDKIPLGLOBALMEASURE_NORMALIZEDCROSSCORRELATIONMSR3D_H__
16 #define __IPSDKIPLGLOBALMEASURE_NORMALIZEDCROSSCORRELATIONMSR3D_H__
17 
20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PlanIndexedNCCResult.h>
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace glbmsr {
25 
26 class NormalizedCrossCorrelationMsr3dLvl1;
27 
30 
38 
47 
50 IPSDKIPLGLOBALMEASURE_API boost::shared_ptr<NormalizedCrossCorrelationMsr3dLvl1>
52 IPSDKIPLGLOBALMEASURE_API boost::shared_ptr<NormalizedCrossCorrelationMsr3dLvl1>
55 
58 getAsyncProcessorOutput(boost::shared_ptr<NormalizedCrossCorrelationMsr3dLvl1> pProcessor);
60 getAsyncProcessorMultiSliceOutput(boost::shared_ptr<NormalizedCrossCorrelationMsr3dLvl1> pProcessor);
62 
65 
66 } // end of namespace glbmsr
67 } // end of namespace imaproc
68 } // end of namespace ipsdk
69 
70 #endif // __IPSDKIPLGLOBALMEASURE_NORMALIZEDCROSSCORRELATIONMSR3D_H__
#define IPSDKIPLGLOBALMEASURE_API
Import/Export macro for library IPSDKIPLGlobalMeasure.
Definition: IPSDKIPLGlobalMeasureExports.h:25
boost::shared_ptr< ipsdk::imaproc::attr::PlanIndexedNCCResult > PlanIndexedNCCResultPtr
shared pointer to ipsdk::imaproc::attr::PlanIndexedHistogramData
Definition: OutPINCCResult.h:135
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::PlanIndexedDoublesPtr getAsyncProcessorMultiSliceOutput(boost::shared_ptr< AreaPercent2dMsrLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
IPSDKIPLGLOBALMEASURE_API ipsdk::ipReal64 normalizedCrossCorrelationMsr3d(const ipsdk::image::ImageConstPtr &pInImg3d1, const ipsdk::image::ImageConstPtr &pInImg3d2)
wrapper function for measures the global Normalized Cross-Correlation between two 3D images ...
double ipReal64
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::DoublesPtr getAsyncProcessorOutput(boost::shared_ptr< AreaPercent2dMsrLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
IPSDKIPLGLOBALMEASURE_API boost::shared_ptr< NormalizedCrossCorrelationMsr3dLvl1 > normalizedCrossCorrelationMsr3d_async(const ipsdk::image::ImageConstPtr &pInImg3d1, const ipsdk::image::ImageConstPtr &pInImg3d2)
asynchronous wrappers
IPSDKIPLGLOBALMEASURE_API boost::shared_ptr< NormalizedCrossCorrelationMsr3dLvl1 > multiSlice_normalizedCrossCorrelationMsr3d_async(const ipsdk::image::ImageConstPtr &pInImg3d1, const ipsdk::image::ImageConstPtr &pInImg3d2)
asynchronous wrappers
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::PlanIndexedNCCResultPtr 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 ...
boost::shared_ptr< const BaseImage > ImageConstPtr
Definition of import/export macro for library.