This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Thursday, November 6, 2008 2:21:12 PM(UTC)
Groups: Registered
Posts: 15
Is there a means of getting the rotation angle that the deskew method found when transforming an image?
#2
Posted
:
Friday, November 7, 2008 7:56:43 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
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.
#3
Posted
:
Friday, November 7, 2008 11:37:21 AM(UTC)
Groups: Registered
Posts: 15
#4
Posted
:
Monday, November 10, 2008 6:47:26 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
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.
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.