Can I load a multi-frame TIFF through OpenCV?

前端 未结 3 735
别那么骄傲
别那么骄傲 2021-02-14 18:44

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

3条回答
  •  春和景丽
    2021-02-14 19:17

    Unfortunately OpenCV does not support TIFF directories and is able to read only the first frame from multi-frame TIFF files.

提交回复
热议问题