Skew angle detection and correction in an image
Show older comments
Can anyone help with steps or code on how to perform skew correction in an image that is turned at a certain angle using Hough Transformation or any simpler/easier way. The image is turned at an angle and I want to correct it by straightening it. You can view a sample of the image at this URL:-
1 Comment
Image Analyst
on 29 Apr 2012
Rotation and spatial skewing are different things. Use imrotate to fix rotation, and imtransform to fix skewing.
Accepted Answer
More Answers (0)
Categories
Find more on Geometric Transformation and Image Registration in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!