This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Friday, November 14, 2008 3:54:23 AM(UTC)
Groups: Registered
Posts: 23
I wanted to access the data in the Lbitmap object when I rotated the image in it using SetViewPerspective function, I used Access, GetRow, memory lock and Release to do it.
But I could not get rotated image, I just can get original image. Could you tell me how I can get rotated image?
Thanks
#2
Posted
:
Friday, November 14, 2008 12:48:52 PM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Changing the view perspective only changes how the image is displayed, it doesn't change the image data at all. You will want to call the Rotate() function to modify the image data. Then you can call GetRow() to get it.
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.