Generate blur image with 3 types of blur `motion`, `lens`, and `gaussian` by using OpenCV.
-
Updated
May 16, 2024 - Python
Generate blur image with 3 types of blur `motion`, `lens`, and `gaussian` by using 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.
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 :)
A project that detects and blurs license plates and human faces in images using Python and OpenCV.
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.
Add a description, image, and links to the blurring-images topic page so that developers can more easily learn about it.
To associate your repository with the blurring-images topic, visit your repo's landing page and select "manage topics."