This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Wednesday, June 14, 2006 3:59:20 AM(UTC)
Groups: Registered
Posts: 13
i have the following problem to circumvent our OCR program the following image has been split into differing size images
is there a quick way of joining the images back together, i know i can use system.drawing.image namespace, but i was wondering if there is any methods in leadtools that would do this quicker,
the overall width is the same for each row, so bacsically its join the columns then join the resultant rows
#2
Posted
:
Sunday, June 18, 2006 1:15:30 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
If I understood correctly, you want to
stitchthe images into a single image. If you are using the .NET classes,
then create a blank bitmap with the width and height of the images
combined then use the CombineCommand class to stitch them one by one.
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.