15 #ifndef __IPSDKIPLGLOBALMEASURE_NORMALIZEDCROSSCORRELATIONMSR3D_H__ 16 #define __IPSDKIPLGLOBALMEASURE_NORMALIZEDCROSSCORRELATIONMSR3D_H__ 20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PlanIndexedNCCResult.h> 26 class NormalizedCrossCorrelationMsr3dLvl1;
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 ...
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.