median-filter
There are 128 repositories under median-filter topic.
aditya9211/Blur-and-Clear-Classification
Classifying the Blur and Clear Images
awxkee/libblur
High performance blur in pure Rust using SIMD
accabog/MedianFilter
A fast one-dimensional median filter algorithm
TumoiYorozu/WMatrixMedian
[SIGGRAPH Asia 2022 Technical Papers' Best Paper Award]
3x8/nostromo
BLDC ESC firmware (GPLv3.0)
fblupi/3DCurator
A 3D Viewer for CTs of Polychromed Wood Sculptures
zafarrafii/REPET-Matlab
REPeating Pattern Extraction Technique (REPET) in Matlab for audio source separation: original REPET, REPET extended, adaptive REPET, REPET-SIM, REPET-SIM online
zafarrafii/REPET-Python
REPeating Pattern Extraction Technique (REPET) in Python for audio source separation: original REPET, REPET extended, adaptive REPET, REPET-SIM, online REPET-SIM
NisanurBulut/LicensePlateRecognitionSystem
It is a desktop application that performs license plate recognition from vehicle photos.
gandalf1819/Denoise-Noisy-Docs
Removal of stains from noisy docs using image processing, machine learning, neural nets and autoencoder
enzoftware/images-processing
Project of computational mathematics, image processing, eliminating the noise of an image, reflection of an image and canny filter
detel/Median-Filtering-GPU
High Performance Median Filtering Algorithm Based on NVIDIA GPU Computing
tranleanh/wiener-median-comparison
A comparison of Median filter and Wiener filter in image restoration.
keineahnung2345/digital-image-processing-cpp
cpp implementation for algorithms in the book "digital image processing and computer vision"("数字图像处理与机器视觉-Visual C++与Matlab实现")
sarnold/adaptive-median
Adaptive-median image filter in pure python - use with medians-1D
mahmoudai1/image-processing-filters
Digital Image Processing filters developed by python using ipywidgets.
M-Taghizadeh/Image-Processing-Python
In this repository, we implement common image processing techniques in Python and fully describe their algorithms.
denpo1022/Mean-and-Median-Filter
Image Procession program homework #3
Akhilesh64/Image-Processing
Implementation of various image processing methods from scratch in python.
FadeevSergey/Fast_Median_Filter
Digital filter for image processing to eliminate noise
AhmedIssa11/Digital-Image-Processing-Filters
Implementation of Popular Digital Image Processing Filtering Operations
dwervin/pyhampel
Implementation of Hampel filter in Python, including multiprocessor support, and interactive plotting with plotly and IPywidgets.
FrankHileman/MedianFilter2D
Fast Median Filter for Floating Point Data, 1D and 2D, in C#
mrdonliu/image-processing
An image processing library, including methods of filtering, object detection, noise reduction, etc
NahidEbrahimian/salt-and-pepper-noise
Adding and removing salt and pepper noise, median filter
nuwandda/Cuda-In-Computer-Vision
GPU-based implementations of some computer vision algorithms.
susantabiswas/Digital-Image-Processing
Various things, operation related to digital Image Processing
johri-lab/OpenCv-Projects
Some self-designed open-CV algorithms designed during my reseach.
soumenca/ImageProcessing_in_Matlab
Image Processing Algorithms Implemented in Matlab
sunoh-kim/digital-image-processing
This repository contains my assignment solutions for the Digital Image Processing course (M2608.001000_001) offered by Seoul National University (Fall 2020).
yoyoberenguer/PEL
PEL (Pygame Effects Library)
beltoforion/the-tourist-filter
An algorithm that combines median stacking with object detection and masking using YOLOv7, opencv and python. The algorithm will remove people and man made objects from image stacks thus creating the illusion of solitude in the output image.
esawatif/Denoising-medical-images-using-SRGAN-Wiener-filter-and-median-filter
These scripts were written for my final project; if the topic is of interest to you, feel free to contact me.
Lakshani97/Digital-Image-Processing-Codes
Codes for image pre-processing
mohadeseh-ghafoori/FPGA-Lab
codes of my IUT FPGA LAB
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.