Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 655 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 655 Bytes

DIP-Assignments

This repo contains all the assignments given in the Digital Image Processing course.

A1:

  1. Bilinear interpolation

A2:

  1. Geometric Transformation
  2. Image Registration
  3. Histogram Matching

A3:

  1. Unsharp masking in spatial domain
  2. Unsharp masking in frequency domain
  3. Filtering using frequency domain filter

A4:

  1. Custom filter to denoise an image and comparing the results with weiner filter.
  2. Filtering with 1-D Gaussian filters and second order derivative filters.
  3. LoG filter
  4. Zero crossing

A5:

  1. Converting a colored image to HSI and Lab.
  2. Canny Edge Detection
  3. Otsu Thresholding