Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/douglasrizzo/dodoimages


https://github.com/douglasrizzo/dodoimages

Last synced: 10 days ago
JSON representation

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 images

Things I'd like to add include:

- rotate an image based on a person's position
- crop image around a person