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