Skip to content

kerong2002/Tilted_Image_Correction

Repository files navigation

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

About

Tilted_Image_Correction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published