Kilian Brachtendorf
Kilian Brachtendorf
Just a note for adblock users. The adblock version employs a beta feature to cache popular libraries, in my case **jquery 3.1.1 minified** slim version got cached and instead the...
According to Synk a critical vulnerability for h2 exists: https://snyk.io/vuln/SNYK-JAVA-COMH2DATABASE-31685?utm_medium=Partner&utm_source=RedHat&utm_campaign=Code-Ready-Analytics-2020&utm_content=vuln/SNYK-JAVA-COMH2DATABASE-31685 Please see the issue ticket in the original repository here as well as the developers comment: https://github.com/h2database/h2database/issues/3012 TLDR: The default...
https://www.researchgate.net/publication/262322555_HmSearch_An_efficient_hamming_distance_query_processing_algorithm
Most of the **non** frequency based hashes encode a subset of the image into a single bit (the hash maps 1 bit of information to specific location). For motion tracking...
https://researchportal.port.ac.uk/portal/files/4474930/Real_time_Visual_Tracking_Based_on_Improved_Perceptual_Hashing_Revised_.pdf And take a look at feature extraction and feature tracking.
https://www.computer.org/csdl/proceedings/iihmsp/2006/2745/00/04041692.pdf
If we have labeled test data we can do better than directly comparing distances to guess if the images are duplicates or not. With different hashing algorithms focusing on different...
WIP. Probably derived from https://www.idosi.org/mejsr/mejsr24(4)16/75.pdf
Currently only odd sized kernels are allowed e.g. ```` [1 0 1 0 1 0 1 0 2] ```` If a kernel is evenly sized the computed pixel falls between...