爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博登陆

只需一步, 快速开始

搜索
查看: 2420|回复: 0

[混合编程] IDL编程学习之TVSCL绘图原理

[复制链接]

新浪微博达人勋

发表于 2017-4-12 15:03:55 | 显示全部楼层 |阅读模式

登录后查看更多精彩内容~

您需要 登录 才可以下载或查看,没有帐号?立即注册 新浪微博登陆

x
RGB格式图片,红绿蓝三个通道都有0-255的明度值:
QQ截图20170412150540.png
TVSCL命令将二维数组(不知道可否是其他维度)中的数值按比例换算成明度(0-255),数组中元素的最低值对应明度0,最高值对应255,其他元素线性对应。
image=dist(200)
tvscl,image
输出:
图片1.png
【绘图原理英文原文】
The TVSCL procedure scales按比例换算 the intensity values指像素亮度,也就是0-255 of Image into the range of the Direct Graphics image display device(直接图形法的显示设备) and outputs the data to the image display at the specified location.
【线性对应公式】
The array is scaled so the minimum data value becomes 0 and the maximum value becomes the maximum number of available colors (held in the system variable !D.TABLE_SIZE) as follows:
图片2.png
其中,系统变量!D.TABLE_SIZE-1就是255
密码修改失败请联系微信:mofangbao
您需要登录后才可以回帖 登录 | 立即注册 新浪微博登陆

本版积分规则

Copyright ©2011-2014 bbs.06climate.com All Rights Reserved.  Powered by Discuz! (京ICP-10201084)

本站信息均由会员发表,不代表气象家园立场,禁止在本站发表与国家法律相抵触言论

快速回复 返回顶部 返回列表