Deskew in C++
Posted: 2013-12-13T06:14:59-07:00
Hello,
In my project, I use Magick++ API for some operations(autocropping, BW images) on scanned images. Now, I want to support also auto-deskewing images using Magick++ API, but there is no deskew function in Image API. However, there is a MagickDeskewImage function in WAND API (http://www.imagemagick.org/api/magick-i ... eskewImage)
So, my question is how to support deskew function in C++.
Thank you,
In my project, I use Magick++ API for some operations(autocropping, BW images) on scanned images. Now, I want to support also auto-deskewing images using Magick++ API, but there is no deskew function in Image API. However, there is a MagickDeskewImage function in WAND API (http://www.imagemagick.org/api/magick-i ... eskewImage)
So, my question is how to support deskew function in C++.
Thank you,