Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/play3rzer0/edgedetect
Edge detection using ImageChops
https://github.com/play3rzer0/edgedetect
computer-graphics computer-vision edge-detection image-processing python
Last synced: about 4 hours ago
JSON representation
Edge detection using ImageChops
- Host: GitHub
- URL: https://github.com/play3rzer0/edgedetect
- Owner: Play3rZer0
- License: gpl-3.0
- Created: 2019-01-03T18:06:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-04T00:09:06.000Z (almost 6 years ago)
- Last Synced: 2024-07-11T14:25:39.218Z (4 months ago)
- Topics: computer-graphics, computer-vision, edge-detection, image-processing, python
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EdgeDetect
Edge detection using ImageChopsThis is for comparing two images pixel by pixel using edge detection.
When you see any variations in the image, it is not the same as the original.
Prepare 2 image files (JPEG format preferable). One image file is the original and the
second image file is the one that you want to compare it to.