![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
measures of similarity between two images More...
| IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::SimilarityStatsPtr | ipsdk::imaproc::glbmsr::similarityMsr (const ipsdk::image::ImageConstPtr &pInImg1, const ipsdk::image::ImageConstPtr &pInImg2) |
| wrapper function for measures of similarity between two images More... | |
measures of similarity between two images
Computes similarity measures between two images.
See ipsdk::imaproc::attr::SimilarityStats for a complete list of image similarity measures processed by this algorithm.
Attribute description for algorithm :
| Name | ToolTip | Default Initializer |
|---|---|---|
| ipsdk::imaproc::attr::InImg1 | [Input] First image for processing operation | X |
| ipsdk::imaproc::attr::InImg2 | [Input] Second image for processing operation | X |
| ipsdk::imaproc::attr::OutSimilarityStats | [Output] Similarity statistics bewteen two images | ipsdk::processor::allocate (_pOutSimilarityStats) |
Global rule description for algorithm :
ipsdk::imaproc::matchSizeAndType (_pInImg1,_pInImg2)
| IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::SimilarityStatsPtr ipsdk::imaproc::glbmsr::similarityMsr | ( | const ipsdk::image::ImageConstPtr & | pInImg1, |
| const ipsdk::image::ImageConstPtr & | pInImg2 | ||
| ) |
wrapper function for measures of similarity between two images
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
1.8.14