Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 537 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 537 Bytes

Image Processing Lab

Contains the implementations of:

  • Histogram Equalization
  • Dilation, Erosion, Opening and Closing
  • Fourier Transform & Filters
  • Edge Detection using Laplace Operator
  • Hough Lines using Cartesian line equation (y=mx+b)
  • Hough Lines using Polar coordinates (rho, theta)
  • N-Queens problem: Backtracking solution
  • Discrete Tomography: Reconstructing an image from its horizontal and vertical projections using a Backtracking algorithm

Requirements

  • Python3
  • Jupyter Notebook
  • Opencv2 & Numpy
  • Matplotlib