使用pyqtgraph对内存变量进行可视化(debug的时候,使用qtgraph可视化二维矩阵)

使用pyqtgraph对内存变量进行可视化

使用pyqtgraph对内存变量进行可视化

debug using pyqtgraph showing one images

import pyqtgraph.multiprocess as mp
proc = mp.QtProcess()
rpg = proc._import('pyqtgraph')
rpg.image(imageData.T)
rpg.imshow()
posted @ 2022-11-17 15:34  bH1pJ  阅读(21)  评论(0编辑  收藏  举报