SATD matlab 程式碼

ccwwff發表於2017-11-09


F8 = 255 * ones(8);
H8 = hadamard(8);
satd = sum(sum(inv(H8) * F8 * H8));

satd

相關文章