https://github.com/deeptrial/retinaimagegdop
Geometric Dilution of Precision on Retina Optic disc Segmention Analysis
https://github.com/deeptrial/retinaimagegdop
Last synced: about 1 month ago
JSON representation
Geometric Dilution of Precision on Retina Optic disc Segmention Analysis
- Host: GitHub
- URL: https://github.com/deeptrial/retinaimagegdop
- Owner: DeepTrial
- Created: 2018-03-24T09:30:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-03T13:50:13.000Z (over 5 years ago)
- Last Synced: 2023-10-26T09:42:31.153Z (over 2 years ago)
- Language: Python
- Size: 3.91 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RetinaImageGDOP
Geometric Dilution of Precision on Retina Optic disc Segmention Analysis
## How to work
1. create 2 folders: `groundtruth` and `prediction`
2. put your image in 2 folders
3. run ``GDOP.py`` file, you will get the result on your screen
## Requiremnets
basic python modules:
- math
- glob
- numpy