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

https://github.com/caiocarneloz/imgnp

Digital image manipulation using Numpy
https://github.com/caiocarneloz/imgnp

histogram-equalization image-preprocessing image-processing linear-algebra linear-transformations

Last synced: 2 months ago
JSON representation

Digital image manipulation using Numpy

Awesome Lists containing this project

README

        

# imgnp
Digital image manipulation using Numpy

### Features:
* Grayscale
* Y Fade
* X Fade
* Image normalization
* Histogram equalization
* Conditional intensity transformation (with threshold)
* Linear transformations (rotate, translate, scale, shear)
* Arithmetic operations between images (sum, sub, div, mul)
* Intensity non-linear transformations (sqrt, log, exp, square)