Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 812 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 812 Bytes

Abdulellah Abualshour

Dr. Peter Wonka

Lama Affara

Manual and Automatic Image Rectification

This is a user interface in which basic image transformations can be done, in addition to manual and automatic rectification.

o To run the user interface, open rec_gui.m using Matlab and run the program.

o Files:

o rec_gui.m: user interface main program

o auto_rec.m: automatic rectification algorithm

o ggg.jpg: stock urban image

o lineSegment_14.m: line segment detection algorithm

o lsd.mexw64: mex file for line segment detection algorithm

o rect_func_h.m: horizontal perspective homography function

o rect_func_v.m: vertical perspective homography function

o snake_read.m: point choosing function for manual rectification