Skip to content

This Python program demonstrates applying Gaussian blurring with different kernel sizes and sigma values to an image using OpenCV.

Notifications You must be signed in to change notification settings

Snekaparthiban/Gaussian-Blur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Gaussian-Blur

Description:

This Python program demonstrates applying Gaussian blurring with different kernel sizes and sigma values to an image using OpenCV. How to Use:

1.Install OpenCV: Ensure you have OpenCV installed using pip install opencv-python in your terminal. 2.Save the Script: Save the code as a Python file (e.g., gaussian_blur_examples.py). 3.Place Image: Put the image named "pylogo.jpeg" in the same directory as your Python script. 4.Run the Script: Execute the script using python.

OUTPUT: image

About

This Python program demonstrates applying Gaussian blurring with different kernel sizes and sigma values to an image using OpenCV.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages