C# Image Deskew

Posted by Brett on Stack Overflow See other posts from Stack Overflow or by Brett
Published on 2010-04-01T17:20:11Z Indexed on 2010/04/01 17:23 UTC
Read the original article Hit count: 718

Has anyone seen any image deskew algorithms in c#? I have found: http://www.codeproject.com/KB/graphics/Deskew_an_Image.aspx

but unfortunately, it doesn't do very much for images without text. I am specifically trying to auto deskew an image of a book with solid edges, but minimal text.

Has anyone seen anything that may be able to do this?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET