📜  opencv 读取 gif - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:31.075000             🧑  作者: Mango

代码示例1
Steps:

Use urllib to read the gif from web,
Use imageio.mimread to load the gif to nump.ndarray(s).
Change the channels orders by numpy or OpenCV.
Do other image-processing using OpenCV