Measure image quality NC
조회 수: 4 (최근 30일)
이전 댓글 표시
Hello, I have two images (i and iw) and i want to measure the similarity and dissimailarity between them there is function it is called Normalized Cross Correlation (NCC) Could any body support me in the matlab code for it
댓글 수: 0
채택된 답변
Image Analyst
2015년 1월 8일
댓글 수: 1
Image Analyst
2021년 1월 12일
You'll notice that my naromxcorr2 demo works with a colored image.
There is now a built in psnr() function. Use that. Use imsplit() if you need to separate the image into individual color channels.
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!