Find the difference between images
조회 수: 5 (최근 30일)
이전 댓글 표시
Dear, masters in matlab & neural networks, sorry for my English. Please, advise me if it is real to develop neural network that will compare two images(original and its compressed version) and return the distortion level between them? If 'yes', what kind of network should be used? May be, someone has examples?
댓글 수: 2
Image Analyst
2012년 3월 27일
To be clear, you mean with the compressed version once it's been decompressed.
Walter Roberson
2012년 3월 27일
Rotated? Translated? Cropped? Resized? Or _exact_ size and image position matches?
답변 (5개)
Geoff
2012년 3월 27일
Why wouldn't you just subtract one from the other and use some statistics like mean, variance, etc?
댓글 수: 0
Image Analyst
2012년 3월 27일
PSNR http://en.wikipedia.org/wiki/PSNR is often (usually?) used for that. You might also look at Stuctural Similarity (SSIM) http://en.wikipedia.org/wiki/Structural_similarity
댓글 수: 0
Greg Heath
2012년 4월 4일
You said that you have found a reference but have no access.
An obvious way to begin is either obtain access to the reference or obtain access to one of the authors.
To use a neural net you have to train it with typical examples of input-output vector pairs.
From what I've read so far your input is a 64-dimensional input vector obtained from columnizing an 8x8 window of a difference image and your output is a scalar measure of similarity.
The enigma here is how to calculate the MOS to use for training.
Once that is defined, you don't need the network.
Or am I missing something?
Hope this helps.
P.S. Use windows with odd numbers of pixels per edge so that the middle of the window is at a pixel location.
belka0011
2012년 3월 28일
댓글 수: 9
Image Analyst
2012년 3월 31일
And what shortcomings do the current methods have that your method will overcome?
Walter Roberson
2012년 4월 1일
http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.5.6925&rep=rep1&type=pdf
참고 항목
카테고리
Help Center 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!