https://github.com/mantono/edgedetector
https://github.com/mantono/edgedetector
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mantono/edgedetector
- Owner: mantono
- Created: 2015-07-05T15:49:15.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-15T21:47:40.000Z (about 9 years ago)
- Last Synced: 2025-03-17T19:02:23.447Z (2 months ago)
- Language: Java
- Size: 177 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EdgeDetector
### History
This is a former project (called DiaCheck) created for medical image analysis. The original projected has been abandoned but remaining code has been made available here for public use.
All existing commits remains in the tree, so if there is any interest of the previous code, just check earlier commits.### Current use
What remains is an implementation of an edge detection algorithm known as [Sobel](https://www.youtube.com/watch?v=uihBwtPIBxM) which could
be quite useful in some scenarios.