This project aims to correct tilted images using MATLAB and Verilog
- Use Hough Transform to detect straight lines in the image.
- Apply Sobel operator to detect edges in the image.
- Binarize the image.
- Find the peak.
- Use the Cordic algorithm to compute the arctangent.
- Use matrix multiplication to obtain the correction image.