本文介绍了Visual Studio 2010 C ++读取多个imageTiff文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好,

我正在一个项目中,我必须使用OpenCV处理tiff图像.此tiff图片包含30张多张图片.

该tiff图像是一个16位图像,我意识到我可以使用libtiff库访问该图像,并且可以使用libtiff库读取这些图像,但是我不知道如何获取图像数据并将这些图像数据保存到OpenCV的IplImage中. br/>
如果我具有IplImage类型的tiff文件的每个图像,则可以与OpenCV库一起使用alogorithm.

如果有人可以在这方面帮助我,那将真的很有帮助.

预先感谢,

最好的问候,
Sai

Hello,

I am working on a project in which i have to deal with a tiff image using OpenCV. This tiff image has 30 multiple images.

This tiff image is a 16 bit image, i realised that i can access this image using libtiff library and i could read these images using libtiff library, but i dont know how to get image data and save these image data into IplImage of OpenCV.

If i have each image of tiff file in a IplImage type then i can proceed with alogorithm using with OpenCV library.

It would be really helpful, if any one can help me in this regard.

Thanks in advance,

Best Regards,
Sai

推荐答案


这篇关于Visual Studio 2010 C ++读取多个imageTiff文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-30 20:40