Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/douglasrizzo/dodoimages
https://github.com/douglasrizzo/dodoimages
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/douglasrizzo/dodoimages
- Owner: douglasrizzo
- License: gpl-3.0
- Created: 2018-08-10T12:48:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-06T20:03:47.000Z (about 5 years ago)
- Last Synced: 2024-12-18T00:12:41.750Z (23 days ago)
- Language: Python
- Size: 23.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: COPYING
Awesome Lists containing this project
README
`dodoimages`
############This package contains a collection of functions for basic image processing. There are functions to
- remove monochromatic borders
- separate foreground using either contours or grabcut (requires OpenCV)
- remove duplicates based on structural similarity
- scale a list of images to the same size (adding black borders to normalize aspect ratio)
- delete corrupt imagesThings I'd like to add include:
- rotate an image based on a person's position
- crop image around a person