0xPrateek / Photoroid

Fastest Image scanner using openCV & Dhash :rocket:
GNU General Public License v3.0
45 stars 21 forks source link

New algorithm based on dhash #17

Closed VishalS99 closed 4 years ago

VishalS99 commented 4 years ago

Improved Algo

This is the dhash based algo. I tried modifying an image and reduced it to 448x336 size, and it worked perfectly. The algo ran at a speed 0.0597078800201416 secs which is the fastest as of now without any threading. Do check it out and we'll discuss it in gitter.

pep8speaks commented 4 years ago

Hello @VishalS99! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers:

Comment last updated at 2019-12-21 11:55:12 UTC
0xPrateek commented 4 years ago

Will review this PR. ASAP and tell you about it.

VishalS99 commented 4 years ago

Hello?