Detect Rotation of a scanned image in C#

Posted by ahmed fouad on Stack Overflow See other posts from Stack Overflow or by ahmed fouad
Published on 2010-03-19T16:56:57Z Indexed on 2010/03/19 17:11 UTC
Read the original article Hit count: 271

Filed under:
|

We want a c# solution to correct the scanned image because it is rotated. To solve this problem we must detect the rotation angle first and then rotate the image. This was our first thought for our problem. But then we thought image warping would be more accurate as I think it would make the scanned image like our template. Then we can process it as we know all the coordinates of our template... I searched for a free SDK or a free solution in c#. Helping me in this will be great as it is the last task in our work. Really, thanks for all.

© Stack Overflow or respective owner

Related posts about image-processing

Related posts about c#