Diversity index: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
en>Cricetus
Simplified sentences in introduction and added links
 
en>Stemonitis
hyphen => dash or minus; cols.; etc.
Line 1: Line 1:
Alyson is what my husband loves to call me but I don't like when individuals use my complete title. One of the things she loves most is canoeing and she's been performing it  online psychics ([http://checkmates.co.za/index.php?do=/profile-56347/info/ checkmates.co.za]) for quite a whilst. Alaska is the only place I've been residing  [http://mybrandcp.com/xe/board_XmDx25/107997 online psychic] in but now I'm contemplating other options. Distributing manufacturing has been his occupation for some time.<br><br>Visit my blog post: accurate psychic readings ([http://help.ksu.edu.sa/node/65129 visit the following internet page])
{{redirect|SSIM|the medical school in Davanagere, Karnataka, India|S. S. Institute of Medical Sciences|the South Sudan Independence Movement|South Sudan Liberation Movement}}
The '''structural similarity''' (SSIM) index is a method for measuring the similarity between two images. The SSIM index is a [[full reference metric]]; in other words, the measuring of image quality based on an initial uncompressed or distortion-free image as reference. SSIM is designed to improve on traditional methods like [[peak signal-to-noise ratio]] (PSNR) and [[mean squared error]] (MSE), which have proven to be inconsistent with human eye perception.
 
The difference with respect to other techniques mentioned previously such as MSE or PSNR is that these approaches estimate ''perceived errors''; on the other hand, SSIM considers image degradation as ''perceived change in structural information''. Structural information is the idea that the pixels have strong inter-dependencies especially when they are spatially close. These dependencies carry important information about the structure of the objects in the visual scene.
 
The SSIM metric is calculated on various windows of an image. The measure between two windows <math>x</math> and <math>y</math> of common size ''N''×''N'' is:
 
:<math>\hbox{SSIM}(x,y) = \frac{(2\mu_x\mu_y + c_1)(2\sigma_{xy} + c_2)}{(\mu_x^2 + \mu_y^2 + c_1)(\sigma_x^2 + \sigma_y^2 + c_2)}</math>
 
with
* <math>\scriptstyle\mu_x</math> the [[average]] of <math>\scriptstyle x</math>;
* <math>\scriptstyle\mu_y</math> the [[average]] of <math>\scriptstyle y</math>;
* <math>\scriptstyle\sigma_x^2</math> the [[variance]] of <math>\scriptstyle x</math>;
* <math>\scriptstyle\sigma_y^2</math> the [[variance]] of <math>\scriptstyle y</math>;
* <math>\scriptstyle \sigma_{xy}</math> the [[covariance]] of <math>\scriptstyle x</math> and <math>\scriptstyle y</math>;
* <math>\scriptstyle c_1 = (k_1L)^2</math>, <math>\scriptstyle c_2 = (k_2L)^2</math> two variables to stabilize the division with weak denominator;
* <math>\scriptstyle L</math> the [[dynamic range]] of the pixel-values (typically this is <math>\scriptstyle 2^{\#bits\ per\ pixel}-1</math>);
* <math>\scriptstyle k_1 = 0.01</math> and <math>\scriptstyle k_2 = 0.03</math> by default.
 
In order to evaluate the image quality this formula is applied only on [[Luma (video)|luma]]. The resultant SSIM index is a decimal value between -1 and 1, and value 1 is only reachable in the case of two identical sets of data. Typically it is calculated on window sizes of 8×8. The window can be displaced pixel-by-pixel on the image but the authors propose to use only a subgroup of the possible windows to reduce the complexity of the calculation.
 
Structural dissimilarity (DSSIM) is a distance metric derived from SSIM (though the triangle inequality is not necessarily satisfied).
 
:<math>\hbox{DSSIM}(x,y) = \frac{1 - \hbox{SSIM}(x, y)}{2}</math>
 
==See also==
* [[PSNR]]
* [[Video quality]]
 
==References==
 
* Z. Wang, A. C. Bovik, H. R. Sheikh and E. P. Simoncelli, "[http://www.cns.nyu.edu/~zwang/files/papers/ssim.html Image quality assessment: From error visibility to structural similarity]," [[IEEE Transactions on Image Processing]], vol. 13, no. 4, pp. 600-612, Apr. 2004.
* Loza et al., "Structural Similarity-Based Object Tracking in Video Sequences", Proc. of the 9th International Conf. on Information Fusion, 2006.
 
==External links==
* [http://www.ece.uwaterloo.ca/~z70wang/research/ssim/ Home page]
* [https://github.com/pornel/dssim C Implementation]
* [http://mehdi.rabah.free.fr/SSIM/ C/C++ Implementation]
* [http://pholia.tdi.informatik.uni-frankfurt.de/~philipp/software/dssim.shtml DSSIM C++ Implementation]
* [http://www.lomont.org/Software/Misc/SSIM/SSIM.html Chris Lomont's C# Implementation]
* [http://qpsnr.youlink.org/ qpsnr implementation (multi threaded C++)]
 
[[Category:Image processing]]

Revision as of 16:57, 4 December 2013

Name: Jodi Junker
My age: 32
Country: Netherlands
Home town: Oudkarspel
Post code: 1724 Xg
Street: Waterlelie 22

my page - www.hostgator1centcoupon.info The structural similarity (SSIM) index is a method for measuring the similarity between two images. The SSIM index is a full reference metric; in other words, the measuring of image quality based on an initial uncompressed or distortion-free image as reference. SSIM is designed to improve on traditional methods like peak signal-to-noise ratio (PSNR) and mean squared error (MSE), which have proven to be inconsistent with human eye perception.

The difference with respect to other techniques mentioned previously such as MSE or PSNR is that these approaches estimate perceived errors; on the other hand, SSIM considers image degradation as perceived change in structural information. Structural information is the idea that the pixels have strong inter-dependencies especially when they are spatially close. These dependencies carry important information about the structure of the objects in the visual scene.

The SSIM metric is calculated on various windows of an image. The measure between two windows x and y of common size N×N is:

SSIM(x,y)=(2μxμy+c1)(2σxy+c2)(μx2+μy2+c1)(σx2+σy2+c2)

with

In order to evaluate the image quality this formula is applied only on luma. The resultant SSIM index is a decimal value between -1 and 1, and value 1 is only reachable in the case of two identical sets of data. Typically it is calculated on window sizes of 8×8. The window can be displaced pixel-by-pixel on the image but the authors propose to use only a subgroup of the possible windows to reduce the complexity of the calculation.

Structural dissimilarity (DSSIM) is a distance metric derived from SSIM (though the triangle inequality is not necessarily satisfied).

DSSIM(x,y)=1SSIM(x,y)2

See also

References

External links