ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 SkewDetection not working properly with ImageEnVec
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

rswyman@docuxplorer.com

USA
156 Posts

Posted - Sep 29 2017 :  20:10:08  Show Profile  Reply
With a text tiff document, when using the following the angle is always 0

Angle := ImageEnVect.Proc.SkewDetection(0, 15,0.1, false);
ImageEnVect.Proc.Rotate(Angle);
ImageEnVect.Update;

If I use TImageEnView to calculate the angle it works properly

ImageEnView.Assign(ImageEnVect)
Angle := ImageEnView.Proc.SkewDetection(0, 15,0.1, false);
ImageEnVect.Proc.Rotate(Angle);
ImageEnVect.Update;

Please Advise

Thanks
Ron

P.S. using a TImageEnMView has the same problem

xequte

39053 Posts

Posted - Sep 30 2017 :  01:51:37  Show Profile  Reply
Hi Ron

Please forward or attach a test file.

Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: