Can I load a multi-frame TIFF through OpenCV?

前端 未结 5 1351
春和景丽
春和景丽 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:29

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

提交回复
热议问题