An open API service indexing awesome lists of open source software.

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

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.