.png Images correlation

2 Ansichten (letzte 30 Tage)
Farjana Yeasmin
Farjana Yeasmin am 5 Dez. 2014
Beantwortet: Image Analyst am 5 Dez. 2014
I am asked to do the correlation with two png images, but i can not do it using corr2() function, any can help me ,, with the code plz ?

Antworten (1)

Image Analyst
Image Analyst am 5 Dez. 2014
Radiometric, or spatial? If radiometric, try psnr() - a common alternative for comparing images, for example a compressed/decompressed image with an original, never-compressed version. If spatial, try xcorr2() or normxcorr2().

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by