IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
SimilarityMsr.h
Go to the documentation of this file.
1 // SimilarityMsr.h:
3 // ----------------
4 //
14 
15 #ifndef __IPSDKIPLGLOBALMEASURE_SIMILARITYMSR_H__
16 #define __IPSDKIPLGLOBALMEASURE_SIMILARITYMSR_H__
17 
20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/SimilarityStats.h>
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace glbmsr {
25 
26 class SimilarityMsrLvl1;
27 
30 
37  const ipsdk::image::ImageConstPtr& pInImg2);
39 
42 IPSDKIPLGLOBALMEASURE_API boost::shared_ptr<SimilarityMsrLvl1>
44  const ipsdk::image::ImageConstPtr& pInImg2);
46 
50 getAsyncProcessorOutput(boost::shared_ptr<SimilarityMsrLvl1> pProcessor);
52 
55 
56 } // end of namespace glbmsr
57 } // end of namespace imaproc
58 } // end of namespace ipsdk
59 
60 #endif // __IPSDKIPLGLOBALMEASURE_SIMILARITYMSR_H__
#define IPSDKIPLGLOBALMEASURE_API
Import/Export macro for library IPSDKIPLGlobalMeasure.
Definition: IPSDKIPLGlobalMeasureExports.h:25
IPSDKIPLGLOBALMEASURE_API boost::shared_ptr< SimilarityMsrLvl1 > similarityMsr_async(const ipsdk::image::ImageConstPtr &pInImg1, const ipsdk::image::ImageConstPtr &pInImg2)
asynchronous wrappers
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::SimilarityStatsPtr similarityMsr(const ipsdk::image::ImageConstPtr &pInImg1, const ipsdk::image::ImageConstPtr &pInImg2)
wrapper function for measures of similarity between two images
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::DoublesPtr getAsyncProcessorOutput(boost::shared_ptr< AreaPercent2dMsrLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
boost::shared_ptr< ipsdk::imaproc::attr::SimilarityStats > SimilarityStatsPtr
shared pointer to ipsdk::imaproc::attr::SimilarityStats
Definition: SimilarityStats.h:168
boost::shared_ptr< const BaseImage > ImageConstPtr
Definition of import/export macro for library.