OMR, Anchor and TIFF multipage

Discussions about machine vision support in GdPicture.
Post Reply
Chess
Posts: 22
Joined: Mon Apr 23, 2012 6:02 pm

OMR, Anchor and TIFF multipage

Post by Chess » Fri Mar 08, 2013 5:28 pm

Hello,

Is it possible to use FindAnchor and OMRDetectMarks with multipage TIFF file selection function ?. Something like that :

Code: Select all

m_ImageID = m_GdPictureImaging.CreateGdPictureImageFromFile("tiff_multi.tif");
if (m_GdPictureImaging.TiffIsMultiPage(m_ImageID)) 
{
for (int i = 1; i <= numberOfPages; i++)
{
   m_GdPictureImaging.TiffSelectPage(m_ImageID, i);
   ...
   FindAnchor (m_ImageID, anchorID, mode, ....)
   ...
}
}
Thanks

Chess
Posts: 22
Joined: Mon Apr 23, 2012 6:02 pm

Re: OMR, Anchor and TIFF multipage

Post by Chess » Mon Mar 11, 2013 5:38 pm

Hello,

Successfully tested with both OMR and Anchor function, with a sample application and some multipage TIFF.

Sometimes, I just hope that someone (people that manage GdPicture code) said : Yep, it work, we build it for ! instead of spending 2 hours or more to build an test application.

Regards.

Gabriela
Posts: 436
Joined: Wed Nov 22, 2017 9:52 am

Re: OMR, Anchor and TIFF multipage

Post by Gabriela » Wed Jan 23, 2019 5:16 pm

Hello,

please refer to this page for samples that are now shipped with the installation package:
https://www.gdpicture.com/guides/gdpicture/web ... rview.html

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest