Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 493 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 493 Bytes

Tilted Image Correction

This project aims to correct tilted images using MATLAB and Verilog

Approach

  1. Use Hough Transform to detect straight lines in the image.
  2. Apply Sobel operator to detect edges in the image.
  3. Binarize the image.
  4. Find the peak.
  5. Use the Cordic algorithm to compute the arctangent.
  6. Use matrix multiplication to obtain the correction image.

Example

image