Welcome to LEAD Support Forum Login | Register | Faq  

    LEAD Support Forum
  Resource to find answers and post technical questions about LEAD products.
Search    
   

Re: Can I get the rotation from deskew?
Started by JoeBussell at 11-06-2008 19:26. Topic has 3 replies.

Print Search « Previous Thread Next Thread »
  11-06-2008, 19:26
JoeBussell is not online. Last active: 12/13/2008 12:04:09 AM JoeBussell

Top 50 Posts
Joined on 06-17-2008
Eugene, OR
Posts 62
Can I get the rotation from deskew?
Reply Quote
Is there a means of getting the rotation angle that the deskew method found when transforming an image?

   Report 
  11-07-2008, 13:01
jigar is not online. Last active: 12/12/2008 5:08:42 PM jigar



Top 10 Posts
Joined on 08-22-2007
Posts 479
Re: Can I get the rotation from deskew?
Reply Quote
Yes there is a way of doing it.  What toolkit version are you using?  What language are you programming in?  In the API there is a parameter that you pass in the L_DeskewBitmap() function which is updated with the angle.  In .NET there is an Angle property that is updated.

LEADTOOLS Technical Support
   Report 
  11-07-2008, 16:42
JoeBussell is not online. Last active: 12/13/2008 12:04:09 AM JoeBussell

Top 50 Posts
Joined on 06-17-2008
Eugene, OR
Posts 62
Re: Can I get the rotation from deskew?
Reply Quote
14.5 OCX

   Report 
  11-10-2008, 11:52
jigar is not online. Last active: 12/12/2008 5:08:42 PM jigar



Top 10 Posts
Joined on 08-22-2007
Posts 479
Re: Can I get the rotation from deskew?
Reply Quote
The DeskewAngle property is not available in the 14.5 ActiveX, but it is available in the COM objects (LEADRasterProcess.DeskewAngle).  If you have the COM Objects, then you can use the Deskew() method from LEADRasterProcess instead of the LEAD Main control.

LEADTOOLS Technical Support
   Report 
Post
LEAD Support Fo... » Developer » Image Processin... » Re: Can I get the rotation from deskew?

Powered by Community Server, by Telligent Systems