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