原文:http://blogs.mathworks.com/steve/2006/02/17/all-about-pixel-colors-window-level/

Image Processing Toolbox function imtool is an image viewing/navigation GUI.

In medical imaging the brightness/contrast control is called the "window/level" control, and there is a reasonably standard set of mouse motions for changing the window and level. These mouse motions are supported by imtool.

This diagram shows how the terms "window" and "level" are related to brightness and contrast adjustment. Making the window wider or narrower decreases or increases the display contrast; moving the level left or right changes the display brightness.

The brightness/contrast control in imtool worked by adjusting the axes CLim property.

Here's an non-medical example of how adjusting the CLim can make previously unseen image details visible.

I = imread('cameraman.tif');
imshow(I)
text(256, 265, 'Image courtesy of Massachusetts Institute of Technology', ...'HorizontalAlignment', 'right', 'FontWeight', 'light', 'FontSize', 7, ...'Color', [.7 .7 .7])

Not much detail is visible in the coat or glove. But you can make out much more detail if you change the CLim property of the axes:

imshow(I)
set(gca, 'CLim', [6 21])  % caxis([6 21]) does the same thing.

20060217-All about pixel colors: Window-level and CLim相关推荐

  1. CT图像分割dicom文件与nii.gz文件预处理----窗宽(window width)和窗位(window level)的设置

    最近被CT图像的值弄得很烦,记录一下. CT分割也是个很热门的话题,病灶分割,器官分割等. CT图像大多是两种格式.dcm和nii.gz,当然也有别的,但这里我就不说别的,就说这两种常用的. .dcm ...

  2. 图形图形处理方面的一位微软专家的主页,

    刚在Github上分享了一些不错的代码 http://hhoppe.com/ Hugues Hoppe   »DemosPublicationsTalksAcademicProfessionalMis ...

  3. CT基本概念(必须掌握)

    1像素(Pixel)和体素(Voxel) 像素(Pixel)是构成图像的基本单位,即图像可被分解成的最小的独立信息单元.因为图像是二维的,所以像素也是没有"厚度"概念的,其最大特点 ...

  4. CT流程与CT图像的windowing操作(转载+整理)

    根据[4]中的定义: CT 的特点是能够分辨人体组织密度的轻微差别,所采用的标准是根据各种组织对X 线的线性吸收系数(μ值) 来决定的. [5]中提到了一个公式: 所以比赛中的dicom的灰度值需要转 ...

  5. 模板缓冲_模板缓冲以及如何使用它可视化体积相交

    模板缓冲 介绍 (Introduction) The trendy thing in real-time rendering these days is ray-tracing. However, t ...

  6. osg着色语言着色_探索数字着色

    osg着色语言着色 Learn how to colorize icons with your NounPro subscription and Adobe Illustrator. 了解如何使用No ...

  7. 【转】CT基本概念(必须掌握)!!!!!!!!!!!!!!

    转自:http://www.bmecn.com/wenku/knowledge/988.html 1.像素(Pixel)和体素(Voxel) 像素(Pixel)是构成图像的基本单位,即图像可被分解成的 ...

  8. 介绍Node assert, should.js, mocha, Karma, Travis CI

    是什么? [Node assert] (http://nodejs.cn/api/assert.html) 官方说明:assert 模块提供了断言测试的函数,用于测试不变式. 有严格模式(strict ...

  9. android 应用性能优化1

    1 背景 其实有点不想写这篇文章的,但是又想写,有些矛盾.不想写的原因是随便上网一搜一堆关于性能的建议,感觉大家你一总结.我一总结的都说到了很多优化注意事项,但是看过这些文章后大多数存在一个问题就是只 ...

最新文章

  1. R语言使用Rtsne包进行TSNE分析:通过数据类型筛选数值数据、scale函数进行数据标准化缩放、提取TSNE分析结果合并到原dataframe中(tSNE with Rtsne package)
  2. 使用mii-tool设置网卡速率
  3. Oracle索引失效问题
  4. CentOS 7系统关闭yum自动下载更新
  5. python print()内置函数
  6. 计算机网络校园网简单设计与实现,简单校园网的设计与实现.docx
  7. centos mysql 互为主从_centos7 mysql互为主从+keepalived
  8. 使用frp进行内网穿透的实例
  9. G1垃圾收集器之RSet
  10. Cloudera Manager安装之Cloudera Manager 5.3.X安装(三)(tar方式、rpm方式和yum方式)...
  11. 拓端tecdat|R语言数量生态学冗余分析RDA分析植物多样性物种数据结果可视化
  12. arcgis for android 学习 - (5) 在地图指定位置添加“标记“,并尝试选中它
  13. 【申论】钟君讲申论(听课笔记)
  14. 今天,你脸上还长痤疮吗?
  15. Codeforces 760B Frodo and pillows
  16. Codeforces 1090C New Year Presents
  17. 行列式的3种计算方法技巧和一点注意
  18. 每日一学33——Unity点击UGUI按钮后,再按空格键会自动触发按钮
  19. 著名女程序员---女神程序媛
  20. 函数的 柯里化和反柯里化

热门文章

  1. ISTA算法-图像压缩感知算法之ISTA算法
  2. [MySQL]约束(constraint)
  3. 开心的小明(ACM)
  4. 被嫌弃的程序猿的一生,请耐心看完,会有你的影子
  5. Ubuntu下面安装日语输入法
  6. 小猫钓鱼——(c++用栈和队列实现)
  7. 两种服务器机柜的冷却解决方案
  8. DEBUG的使用方法(译文)
  9. html雾霾蓝色号rgb,看不清楚颜色的雾霾蓝,竟然这么好看
  10. 【103期】面试技巧:面试的时候我只会聊项目,结果就把我挂了!