Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vermavinay982/numpy-image-processing
- Owner: vermavinay982
- Created: 2020-06-13T21:21:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-26T18:23:27.000Z (over 3 years ago)
- Last Synced: 2024-10-14T14:12:00.429Z (2 months ago)
- Topics: computer-vision, edge, filter, histogram, image-processing, noise, numpy, processing, python
- Language: Jupyter Notebook
- Homepage:
- Size: 4.79 MB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)