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
- Host: GitHub
- URL: https://github.com/caiocarneloz/imgnp
- Owner: caiocarneloz
- Created: 2021-04-21T20:33:04.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-23T02:02:13.000Z (almost 4 years ago)
- Last Synced: 2025-01-09T17:01:52.199Z (4 months ago)
- Topics: histogram-equalization, image-preprocessing, image-processing, linear-algebra, linear-transformations
- Language: Python
- Homepage:
- Size: 124 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)