Can I load a multi-frame TIFF through OpenCV?

前端 未结 5 1349
春和景丽
春和景丽 2021-02-14 18:35

Anyone know if OpenCV is capable of loading a multi-frame TIFF stack? I\'m using OpenCV 2.2.0 with python 2.6.

5条回答
  •  野的像风
    2021-02-14 19:26

    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.

提交回复
热议问题