How do I progrmme this code for BCR (Bit Correction Rate)?
Mostrar comentarios más antiguos
I have two images. I want to calculate the BCR between these images.
BCR the bit correction rate between two images :

Respuestas (1)
Walter Roberson
el 10 de Mayo de 2015
sum(xor(W(:), Wstar(:))) / sum(W(:).^2)
Categorías
Más información sobre Image Category Classification en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!