How do I progrmme this code for BCR (Bit Correction Rate)?

1 vue (au cours des 30 derniers jours)
meziane madani
meziane madani le 9 Mai 2015
I have two images. I want to calculate the BCR between these images.
BCR the bit correction rate between two images :

Réponses (1)

Walter Roberson
Walter Roberson le 10 Mai 2015
sum(xor(W(:), Wstar(:))) / sum(W(:).^2)

Community Treasure Hunt

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

Start Hunting!

Translated by