Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vermavinay982/numpy-image-processing

Edge Detect, Histogram, Noise Removal, Bit Plane, Image Resize using NumPy and the matrix operations
https://github.com/vermavinay982/numpy-image-processing

computer-vision edge filter histogram image-processing noise numpy processing python

Last synced: about 2 months ago
JSON representation

Edge Detect, Histogram, Noise Removal, Bit Plane, Image Resize using NumPy and the matrix operations

Awesome Lists containing this project

README

        

# Image-Processing-Matrix-Operations - Numpy

- Edge
- Sobel
- Laplacian
- Histogram
- Average Filter
- Weighted Average Filter
- Gaussian Filter
- Noise Removal
- Image Resizing
- Reduction 50,80,90%
- Skipping Pixels
- Bit Plane

### Bit Plane
![Bit](assets/bitplane.png)

### Noise Removal Processing
![Noise](assets/noise.png)

### Resolution Changing
![Res](assets/res1.png)
![Res](assets/res2.png)