blurring-images
There are 5 repositories under blurring-images topic.
NatLee/Blur-Generator
Generate blur image with 3 types of blur `motion`, `lens`, and `gaussian` by using OpenCV.
tanvirnwu/OpenCV
A curated collection of Python scripts exploring the basics of OpenCV for image processing, including operations like blurring, edge detection, and color space transformations.
andy2302/imgBlur
A short script that blurrs an image. You can apply Gaussian, Median, Bilateral and Box blurs. Adjust the intensity from the slider. Project made in collaboration with a colleague for a University project.
ChrisTs8920/anonymizer-comp-vision
A project that detects and blurs license plates and human faces in images using Python and OpenCV.
T03TU/2D_FFT_Project
Just an implementation of the 2D FFT used to process images. It also contains implementations of convolution kernels like Gaussian kernel (mostly used in blurring images). CAUTION: The GUI is poorly designed lol. This was used to analyze non-uniform 2D samples using FFT which was the focus of my 3rd year project in uni. I hope it helps anyone :)