Skip to content

This lab explores various image filtering techniques using OpenCV in Python. Tasks include applying box blur and Gaussian blur with different kernel sizes, followed by implementing geometric mean, harmonic mean, median, and max/min filters using 3x3 kernels.

Notifications You must be signed in to change notification settings

Fay-Balhareth/Lab-6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

image

  1. Apply box blur to the image using three different kernel sizes.

image

  1. Apply Gaussian blur to the same image with three different radius corresponding to the box blur kernel sizes.

image

  1. Apply the following types of filters for each image (using 3*3 kernel): Geometric Mean Filter, Harmonic Mean Filter, Median Filter, and Max/Min Filters.

image image

About

This lab explores various image filtering techniques using OpenCV in Python. Tasks include applying box blur and Gaussian blur with different kernel sizes, followed by implementing geometric mean, harmonic mean, median, and max/min filters using 3x3 kernels.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published