Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 972 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 972 Bytes

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