You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shouldn't the width, height here be swapped? Since on line 59 it was transposed already via width * height. Now it should be transposed height * width.
eg
transpose(scratch, packed_2d, height, width);
The text was updated successfully, but these errors were encountered:
img_hash/src/dct.rs
Line 66 in dbfb37f
Shouldn't the width, height here be swapped? Since on line 59 it was transposed already via width * height. Now it should be transposed height * width.
eg
The text was updated successfully, but these errors were encountered: