https://github.com/vanhry/image-compare
https://github.com/vanhry/image-compare
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vanhry/image-compare
- Owner: vanhry
- Created: 2019-05-26T22:22:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T21:25:43.000Z (over 2 years ago)
- Last Synced: 2025-12-07T09:51:29.434Z (6 months ago)
- Language: Jupyter Notebook
- Size: 53.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
This app findind images pair with following parameters:
- duplicate (images which are exactly the same)
- modification (images which differ by size, blur level and/or noise filters)
- similar (images of the same scene from another angle
## Usage
```shell
python solution.py --path PATH
```
#### Example of work

#### Known issues
I know that 3 point (similar images) problem will be better to solve with feature matching techniques but in this app I tried to find maybe not so effective but more simplest methods. And this problems were solved with self-made and slightly heuristic algorithms.
Also app is too slow and I'll try to fix it later.