Deskewing an image from C API MagickWand
Posted: 2012-06-17T17:22:03-07:00
I need to use the deskew function from the MagickWand C api.
i.e.
MagickBooleanType MagickDeskewImage(MagickWand *wand,
const double threshold)
What is the parameter "threshold". What should it be set to and how does the setting of this parameter affect the deskew function?
Thanks,
Harry Spier
i.e.
MagickBooleanType MagickDeskewImage(MagickWand *wand,
const double threshold)
What is the parameter "threshold". What should it be set to and how does the setting of this parameter affect the deskew function?
Thanks,
Harry Spier