■ 问题由来
在 截取示波器网络图片 中给出了PYTHON程序来自动截取 Tektronix示波器的网络图片的方法。但是前两个通道的曲线中,第二个通道显示为青色,颜色不是很明显。如果能够通过颜色改变,增加该图片的对比度。
下图是前两个通道显示的图片。
01颜色调整方案
对组成图片的RGB进行如下的调整:
编程如下对比比较鲜艳的图片:
02图片处理程序
#!/usr/local/bin/python
# -*- coding: gbk -*-
#============================================================
# TEST1.PY -- by Dr. ZhuoQing 2020-08-06
#
# Note:
#============================================================
from headm import *
import matplotlib.image as mpimg
imageid = 5
imagefile = tspgetdopfile(imageid)
printf(imagefile)
imagergb = mpimg.imread(imagefile)
#printf(shape(imagergb))
#printf(type(imagergb))
#printf(imagergb.dtype)
#imagelist = imagergb.tolist()
#printf(shape(imagelist), type(imagelist))
imagelist = []
imagelist.append((imagergb[:,:,1]).tolist())
imagelist.append((imagergb[:,:,0]).tolist())
imagelist.append((imagergb[:,:,2]).tolist())
printf(shape(imagelist))
#------------------------------------------------------------
imageshape = shape(imagergb)
imagewidth = imageshape[1]
imageheight = imageshape[0]
#for h in range(imageheight):
# for w in range(imagewidth):
# r,g,b = imagergb[h,w,:]
# if r == 0xff and g == 0xff and b == 0xff:
# imagelist[h][w][:] = r,g,b
# continue
# if b == 0xff and g == 0xff and r < 0xff:
# g = r
# b = r
# r = 0xff
# elif g == 0xff and b < 0xff and r < 0xff:
# g = 0x80
# r = r // 2
# b = b // 2
# elif b == 0xff and r == 0xff and g < 0xff:
# b = 0x80
# r = 0x80
# g = g//2
# imagelist[h][w][:] = r, g, b
imagergb = array(imagelist)
imagergb = swapaxes(imagergb, 0, 2)
imagergb = swapaxes(imagergb, 0, 1)
plt.imshow(imagergb)
plt.show()
#------------------------------------------------------------
# END OF FILE : TEST1.PY
#============================================================
上一篇:对示波器测量正弦波幅值和相位仿真实验
下一篇:通过示波器数据进行正弦信号参数估计
推荐阅读最新更新时间:2024-11-12 10:52
- LT8495HFE 1.5MHz、12V 输出 SEPIC 转换器的典型应用电路
- AM2G-2405SZ 5V 2 瓦 DC/DC 转换器的典型应用
- 猫耳时钟
- SP6641A 3.3V 评估板与 SP6201 LDO 稳压器的典型应用
- MC34071ADR2G 基本反相放大器的典型应用
- LTC3622HDE-2 2.5V/5V Vout 应用的典型应用电路,fSW = 1MHz 同步降压稳压器
- MC78M15CTG 15V 电流调节器的典型应用
- 用于远程控制的 868MHz 射频收发器
- #第八届立创电赛#桌面时钟
- NB7L1008MNGEVB,时钟/数据 12 Gbps/7 GHz 扇出缓冲器评估板