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

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 SkewDetection not working properly with ImageEnVec

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
rswyman@docuxplorer.com Posted - Sep 29 2017 : 20:10:08
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

1   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Sep 30 2017 : 01:51:37
Hi Ron

Please forward or attach a test file.

Nigel
Xequte Software
www.xequte.com
nigel@xequte.com