Photoroid Save

Fastest Image scanner using openCV & Dhash :rocket:

Project README


Stardox

DaSh

About Photoroid

Photoroid is the fastest, Lightweight, easy to use image scanner tool. Photoroid is made using OpenCV with Python. It can be used to find a similar image from a list of images without taking much time. Photoroid can be very helpful in finding similar images when the number of images to scan is bigger. It can also be helpful in finding duplicate images.

Key points

  1. Template image path(here) requires an image path and this image will be scanned in the list of images.
  2. It's necessary that all the images from which you have to find similar images should be present at /photoroid/core/images.

Improvements

  1. Currently, photoroid supports only images with 640 X 480 dimension. Further improvements will add support of scanning images of all the dimensions.
  2. Currently we are using cv2.matchTemplate() function for finding similar images. Further improvements will replace it with a new algorithm for more faster detection of similar images.
  3. Currently, it scans into offline images only. Further updates will add support for scanning images from online databases as well.

Template image path. Image 1

List of images found. Image 2

Getting Started

Steps to setup :

  1. git clone https://github.com/0xprateek/Photoroid
  2. cd photoroid
  3. pip install -r requirements.txt

Starting Photoroid :

  1. cd Photoroid/core
  2. a) Using Command line arguments
    python3 photo.py /home/proton/Desktop/image1.jpg
    b) Without Command line arguments
    python3 photo.py

Contributing

Any and all contributions, issues, features and tips are welcome.

License

Photoroid is licence under GPL v3.0 license

Open Source Agenda is not affiliated with "Photoroid" Project. README Source: 0xPrateek/Photoroid
Stars
45
Open Issues
5
Last Commit
1 year ago
Repository
License

Open Source Agenda Badge

Open Source Agenda Rating