![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Similarity statistics between two images. More...
Classes | |
| class | ipsdk::imaproc::attr::SimilarityStats |
| Similarity statistics between two images. More... | |
Typedefs | |
| typedef boost::shared_ptr< ipsdk::imaproc::attr::SimilarityStats > | ipsdk::imaproc::attr::SimilarityStatsPtr |
| shared pointer to ipsdk::imaproc::attr::SimilarityStats | |
| typedef boost::shared_ptr< const ipsdk::imaproc::attr::SimilarityStats > | ipsdk::imaproc::attr::SimilarityStatsConstPtr |
| shared pointer to const ipsdk::imaproc::attr::SimilarityStats | |
Similarity statistics between two images.
| Name | ToolTip | Associated Class | Default Value |
|---|---|---|---|
| PixCount | number of pixels of an image | ipsdk::DataItemLeaf<ipsdk::ipUInt64> | |
| SSD | Sum of Squared Differences between two images. | ipsdk::DataItemLeaf<ipsdk::ipReal64> | |
| MSE | Mean Squared Error betwen the images. | ipsdk::DataItemLeaf<ipsdk::ipReal64> | |
| PSNR | Peak Signal to Noise Ratio between two images. | ipsdk::DataItemLeaf<ipsdk::ipReal64> |
1.8.14