IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Classes | Typedefs

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::SimilarityStatsipsdk::imaproc::attr::SimilarityStatsPtr
 shared pointer to ipsdk::imaproc::attr::SimilarityStats
 
typedef boost::shared_ptr< const ipsdk::imaproc::attr::SimilarityStatsipsdk::imaproc::attr::SimilarityStatsConstPtr
 shared pointer to const ipsdk::imaproc::attr::SimilarityStats
 

Detailed Description

Similarity statistics between two images.

SubNodes description

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>