Anyone know if OpenCV is capable of loading a multi-frame TIFF stack? I\'m using OpenCV 2.2.0 with python 2.6.
You can also load and access tiff stacks in OpenCV after pip install TiffCapture. It implements all the VideoCapture methods you'd expect in OpenCV for tiffs using PIL.