question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Implementation of Efficient Cropping-Resistant Robust Image Hashing paper?

See original GitHub issue

I’m not sure if this paper has come across your desk at all, as it were: DOI: 10.1109/ARES.2014.85 https://ieeexplore.ieee.org/document/6980335

It seems an interesting concept, though much slower than other image hashing options. It basically segments an image, and then hashes each segment. But it sees a drastic improvement in matching cropped images (When the image is cropped 50%, it can match 174/175 examples, as compared to 10/175 for simple ). It does also output data a bit differently though, giving a hash for each region it detects during image segmentation, and the check for matches is then a little more complicated than a simple ==.

Has this been considered for addition to the library? It does seem very powerful, even if it is a fair bit slower, has a different data format and check, and has a lot of tunable parameters.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
JohannesBuchnercommented, Sep 7, 2020

I would be happy to merge it if you make a contribution. #95 may also be related.

0reactions
JohannesBuchnercommented, Nov 19, 2020

@lucaguarro Please try to latest release and let us know of any bugs.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Efficient Cropping-Resistant Robust Image Hashing
Robust image hashing is an effective technique to help identifying known illegal images even after the original images were modified by applying ...
Read more >
Efficient Cropping-Resistant Robust ... - IEEE Computer Society
Robust image hashing is an effective technique to help identifying known illegal images even after the original images were modified by applying various...
Read more >
Efficient Cropping-Resistant Robust Image Hashing
This work introduces an approach to counter cropping operations on images by combining image segmentation and efficient block mean image ...
Read more >
Efficient Cropping-Resistant Robust Image Hashing
In this work we introduce an approach to counter cropping operations on images by combining image segmentation and efficient block mean image ......
Read more >
Alexandre Dulaunoy @adulau@infosec.exchange on Twitter ...
I think this is an implementation of the Efficient Crop-Resistant Image Hashing paper, mentioned here: #117 There's some ambiguities in the ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found