Borrar filtros
Borrar filtros

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

2 visualizaciones (últimos 30 días)
meziane madani
meziane madani el 9 de Mayo de 2015
Respondida: Walter Roberson el 10 de Mayo de 2015
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
Walter Roberson el 10 de Mayo de 2015
sum(xor(W(:), Wstar(:))) / sum(W(:).^2)

Categorías

Más información sobre Image Processing Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by