Ask Your Question

koal3's profile - activity

2020-09-22 18:33:03 -0600 received badge  Popular Question (source)
2016-10-06 06:22:11 -0600 received badge  Student (source)
2013-08-06 21:47:11 -0600 received badge  Editor (source)
2013-08-06 21:46:31 -0600 asked a question Multi-Image Tiff Support

Hello,

I'm working with a very specific type of image that I need to do some CV work on. Obviously, openCV is the best choice for the application.

However, all of the files we deal with are multi-image tiff files representing individual frames of a video captured over a few seconds.

I found an old post here about it:

http://stackoverflow.com/questions/7335308/can-i-load-a-multi-frame-tiff-through-opencv

Is this still true? Does OpenCV not have a way to open multi-image tiff files? Or has a method been added?