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
2015 年 5 月 10 日
sum(xor(W(:), Wstar(:))) / sum(W(:).^2)
カテゴリ
ヘルプ センター および File Exchange で Image Category Classification についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!