cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
read tiff images
read tiff images
Jun 12, 2012 at 10:42am UTC
mekki
(18)
hi,
i need a routine to readout pixel-intensities from tiff images and store the values.
thx mekki
Jun 12, 2012 at 10:47am UTC
Moschops
(7244)
libtiff is the standard tiff only way.
Larger imaging librarier such as CImg are also quite capable with tiff images.
Jun 12, 2012 at 1:52pm UTC
Texan40
(645)
My encounter with libtiff was simpler as I just needed to calculate the total linear distance of a group of tiff files, but this page helped:
http://remotesensing.org/libtiff/libtiff.html
Jun 12, 2012 at 2:18pm UTC
Cubbi
(4774)
I've used boost.GIL (although mostly to create images, not to analyze existing ones), it works well in C++ code and it supports reading TIFF files (
http://www.boost.org/doc/libs/release/libs/gil/doc/html/g_i_l_0216.html
Topic archived. No new replies allowed.