Can I load a multi-frame TIFF through OpenCV?

前端 未结 3 720
别那么骄傲
别那么骄傲 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:13

    OpenCV is now capable of reading a multi-page TIFF using the imreadmulti function. See this page from the OpenCV 3.4 documentation:

    https://docs.opencv.org/3.4/d4/da8/group__imgcodecs.html#ga4dd47c9ae3d55cc42286cff005825e31

提交回复
热议问题