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

I have two images. I want to calculate the BCR between these images.
BCR the bit correction rate between two images :

回答 (1 件)

Walter Roberson
Walter Roberson 2015 年 5 月 10 日

0 投票

sum(xor(W(:), Wstar(:))) / sum(W(:).^2)

質問済み:

2015 年 5 月 9 日

回答済み:

2015 年 5 月 10 日

Community Treasure Hunt

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

Start Hunting!

Translated by