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

https://github.com/nazli-d/filters-and-noise

This GitHub repository contains an example demonstrating the application of fundamental image processing filters (Mean, Median, Gaussian) using Python and OpenCV, along with the addition of Salt and Pepper Noise.
https://github.com/nazli-d/filters-and-noise

gaussian-filter goruntu-isleme image-procesing image-processing image-processing-python mean-filter median-filter opencv python salt-and-pepper-noise spyder-python-ide tuz-ve-biber-gurultusu

Last synced: 3 months ago
JSON representation

This GitHub repository contains an example demonstrating the application of fundamental image processing filters (Mean, Median, Gaussian) using Python and OpenCV, along with the addition of Salt and Pepper Noise.

Awesome Lists containing this project

README

        

# Görüntü İşleme Filtreleri ve Gürültü Ekleme Uygulaması

## Mean, Median, Gaussian Filter and Salt and Pepper Noise

Bu proje, Python ve OpenCV kullanarak bir görüntüyü işlemek için kullanılan temel filtrelerin nasıl uygulanacağını gösteren ve tuz ve biber gürültüsü ekleyen bir örnektir.

## Gereksinimler

Bu projeyi çalıştırmak için aşağıdaki gereksinimlere ihtiyacınız vardır:
- Python
- OpenCV
- NumPy

Gereksinimleri yüklemek için aşağıdaki komutları kullanabilirsiniz:
``` bash
pip install opencv-python
pip install numpy
```
------------------

## SONUÇLAR

Orijinal Görüntü | Mean Filter Uygulanmış Görüntü
:-------------------------:|:-------------------------:
![](https://github.com/nazli-d/filters-and-noise/blob/main/outputs/orijinal-goruntu.jpg)) | ![Mean Filtered](https://github.com/nazli-d/filters-and-noise/blob/main/outputs/mean-filter.jpg)

Orijinal Görüntü | Median Filter Uygulanmış Görüntü
:-------------------------:|:-------------------------:
![](https://github.com/nazli-d/filters-and-noise/blob/main/outputs/orijinal-goruntu.jpg)) | ![Median Filtered](https://github.com/nazli-d/filters-and-noise/blob/main/outputs/median-filter.jpg)

Orijinal Görüntü | Gaussian Filter Uygulanmış Görüntü
:-------------------------:|:-------------------------:
![](https://github.com/nazli-d/filters-and-noise/blob/main/outputs/orijinal-goruntu.jpg)) | ![Gaussian Filtered](https://github.com/nazli-d/filters-and-noise/blob/main/outputs/gaussian-filter.jpg)

Orijinal Görüntü | Salt and Pepper Noise Uygulanmış Görüntü
:-------------------------:|:-------------------------:
![](https://github.com/nazli-d/filters-and-noise/blob/main/outputs/orijinal-goruntu.jpg)) | ![Salt and Pepper Noise](https://github.com/nazli-d/filters-and-noise/blob/main/outputs/tuz-biber-gurultusu.jpg)

## Katkıda Bulunma
Bu proje her türlü katkıya açıktır. Katkıda bulunmak için şu adımları takip edebilirsiniz:

1. "Star" butonuna tıklayarak projeye star verebilirsiniz.
2. Bu depoyu (`repository`) çatallayın (fork).
3. Yaptığınız değişiklikleri içeren yeni bir dal (branch) oluşturun.
4. Değişikliklerinizi bu yeni dalda yapın ve düzenleyin.
5. Değişikliklerinizi başka bir dalda test edin.
6. Değişikliklerinizi orijinal depoya (upstream repository) geri göndermek için bir birleştirme isteği (pull request) açın.