https://github.com/sraashis/imgcommons
Very useful image related utilities
https://github.com/sraashis/imgcommons
accuracy connected-components f1-score graphical-scores image-processing precision recall
Last synced: 2 months ago
JSON representation
Very useful image related utilities
- Host: GitHub
- URL: https://github.com/sraashis/imgcommons
- Owner: sraashis
- License: mit
- Created: 2019-02-22T21:09:50.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-28T17:07:11.000Z (about 6 years ago)
- Last Synced: 2025-01-24T05:29:35.597Z (4 months ago)
- Topics: accuracy, connected-components, f1-score, graphical-scores, image-processing, precision, recall
- Language: Python
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## pip install imgcommons
## Very useful image related utilities:
- Container to save image and related images like mask and ground-truth
- Generate and merge desiarble pacthes from any image.
- Calculate precision, recall, f1, and accuracy with ease.
- Remove connected components less than a specific diameter from a binary image.
- Get 4/8 neighbors of a pixel.