Compare two images and calculate SSIM in JAVA
Can anyone tell me how can I calculate SSIM for two images and get the similarity of the two images?
Can anyone tell me how can I calculate SSIM for two images and get the similarity of the two images?
Maybe this one can help you?
http://nma.web.nitech.ac.jp/fukushima/opencv/ssim/ssim-e.html
Asked: 2013-09-20 06:38:14 -0600
Seen: 2,972 times
Last updated: Sep 20 '13
there's (c++) sample for it.