Speed up matplot figure plotting using blit but not using plt.show()

前端 未结 0 1662
醉酒成梦
醉酒成梦 2021-01-20 12:06

Below is a dumbed downed version of my application:

# python 2.7   
import cv2
from matplotlib import pyplot as plt
import numpy as np


def fig2img(fig):
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题