Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zilean12/digital-image-processing
Digital Image Processing
https://github.com/zilean12/digital-image-processing
bit-plane-slicing computer-vision digital-image-processing numpy opencv warping
Last synced: about 2 months ago
JSON representation
Digital Image Processing
- Host: GitHub
- URL: https://github.com/zilean12/digital-image-processing
- Owner: Zilean12
- Created: 2023-08-27T14:50:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-26T07:32:48.000Z (about 1 year ago)
- Last Synced: 2024-01-27T06:10:21.248Z (about 1 year ago)
- Topics: bit-plane-slicing, computer-vision, digital-image-processing, numpy, opencv, warping
- Language: Python
- Homepage:
- Size: 3.17 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Digital Image Processing with OpenCV
This repository contains code for digital image processing using OpenCV. The provided code demonstrates various image processing techniques, including adding noise, applying filters, and removing noise from images.
## Files Included
1. **main.py**: This is the main Python script that uses OpenCV for digital image processing. It loads the image from the matrix file, applies noise filters, and performs other image processing operations.
2. **matrix_file.txt**: The matrix file contains the pixel values of the image. It serves as the input for the image processing script.
## Getting Started
Follow these steps to get started with digital image processing:
1. Clone the repository to your local machine.
```bash
git clone https://github.com/Zilean12/DIGITAL-Image-Processing.git
```2. Install the required dependencies.
```bash
pip install opencv-python
```3. Run the `main.py` script to perform digital image processing.
```bash
python main.py
```## Functionality
### 1. Adding Noise
The script adds different types of noise to the image, simulating real-world scenarios. You can modify the noise parameters in the script to experiment with different noise levels.
### 2. Noise Filtering
Various noise filtering techniques are applied to the image to reduce or eliminate the added noise. This includes commonly used filters such as Gaussian, Median, and Bilateral filters.
### 3. Other Image Processing Operations
The script also demonstrates other image processing operations, such as resizing, grayscale conversion, and edge detection.
## Customize the Code
Feel free to modify the code to suit your specific image processing needs. Experiment with different filters, noise levels, and image processing techniques.
## Issues and Contributions
If you encounter any issues or have suggestions for improvement, please [open an issue](https://github.com/Zilean12/digital-image-processing/issues) or submit a pull request.
or by email id - [email protected]
---Happy image processing! 🌈📸