Filter löschen
Filter löschen

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

2 Ansichten (letzte 30 Tage)
meziane madani
meziane madani am 9 Mai 2015
Beantwortet: Walter Roberson am 10 Mai 2015
I have two images. I want to calculate the BCR between these images.
BCR the bit correction rate between two images :

Antworten (1)

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

Kategorien

Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by