2014.05.29 19:49 "[Tiff] libtiff in opencv", by Ronny Shalev

2014.05.29 19:49 "[Tiff] libtiff in opencv", by Ronny Shalev

I am trying to work with libtiff and opencv together. I installed the opencv precompiled libraries and found that the libtiff library is part of the installation, however, I was not able to use any libtiff function (I am trying to read a multipage tiff file but opencv does not support it). So, I installed the stand-alone libtiff libraries (from libtiff.org) in a separate folder and wrote a function to read the multipage tiff file, but now I cannot combine the opencv program with the libtiff program since there is a clash between the stand-alone libtiff libraries and the opencv libtiff libraries.

Can someone suggest what I need to do in order to combine the two small programs?

Thx

PS My environment: Windows 7 and Microsoft Visual C++ 2012