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
/* ! /brief dct video robust hash
* Compute video hash based on the dct of normalized video 32x32x64 cube
* /param file name of file
* /param hash ulong64 value for hash value
* /return int value - less than 0 for error
*/
int ph_hamming_distance(const ulong64 hash1,const ulong64 hash2);
The text was updated successfully, but these errors were encountered:
It currently reads
The text was updated successfully, but these errors were encountered: