标准Lena测试图像下载「建议收藏」

标准Lena测试图像下载「建议收藏」在做图像处理的时候我们往往会使用

大家好,又见面了,我是你们的朋友全栈君。

    在做图像处理的时候我们往往会使用Lena图像进行测试,但网上提供的测试图标准不一。这是Rice University提供的标准测试图,省去大家四处寻找之苦。另外,仔细阅读这个链接,你还会发现其他有用信息^.^

   原文链接: http://www.ece.rice.edu/~wakin/images/

    

Wet Paint

This test image was taken by our group in Duncan Hall at Rice University. The Matlab file for the 1024×1024 image is here.


Lena/Lenna

There seem to be many versions of the Lena (aka “Lenna”) test image available. This problem was noted by Shapiro in his 1993 zerotree paper, and it remains surprisingly true today. This web page is an attempt to clear up some of the confusion (and hopefully not add to it).

The files on this page are given in lossless compression formats. These can be imported into Matlab or opened using photo-editing software. The imread command in Matlab is often useful for importing files such as tiff or bmp. (You may need to convert the data to type double after loading it). For example:

  • lena512 = imread(‘lena512.bmp’);
    lena512 = double(lena512);

To write an image to a file, use imwrite:

  • imwrite(uint8(lena512),’lena512.bmp’,’bmp’);

512×512 Color (24-bit)

This seems to be a pretty widely accepted standard, which originated from a scan of the published photograph (see The Lenna Story). This version is also provided at the USC-SIPI Image Database.

512×512 Grayscale (8-bit)

There doesn’t seem to be as much agreement on this version of the image. At some point, the original color image needed to be converted to grayscale. As Shapiro noted, options included taking only the green component of the RGB representation, or using a luminance-only version. You could also average the RGB components, etc.

I’m not sure how the following version was generated, but it is provided by the Image Communications Lab at UCLA (they apparently obtained it from RPI).

Each of the following files should contain the same information. If there is truly a standard version of the 512×512 Grayscale Lena, this seems to be it.

Comparing Different Versions

To illustrate the importance of using a standard version, let’s look at a few different ones that are floating around. We’ll compress each of them using a JPEG2000 coder (obtained from The JasPer Project).

You can see the Matlab versions of the images here. If you click on the following links, you can see standard jpg files. (These are just for viewing and comparision purposes – use the matlab files for experiments!)

Image 1 is the standard which is discussed in the above section. Image 2 is another version which I’ve seen, and it looks and behaves very similar to the standard. Image 3 is obtained by taking the green component from the 24-bit original (described above). It appears darker than the others, and it is harder to compress. Image 4 is yet another version that seems to be floating around. Visually it is very different from the others (it has less detail), and it is much easier to compress. Results are shown below.


标准Lena测试图像下载「建议收藏」

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请联系我们举报,一经查实,本站将立刻删除。

发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/150967.html原文链接:https://javaforall.net

(0)
上一篇 2022年6月19日 上午8:00
下一篇 2022年6月19日 上午8:16


相关推荐

  • 来谈谈Spring构造函数注入的循环依赖问题

    点击上方“全栈程序员社区”,星标公众号 重磅干货,第一时间送达 作者:服务端开发 blog.csdn.net/u010013573/article/details/90573901…

    2021年6月25日
    87
  • UINT16_uint16是什么数据类型

    UINT16_uint16是什么数据类型记得之前在刷笔试题的时候就看见过这个问题,发现当时上网百度后又忘了。最近在看CryEngine3引擎代码的时候又晕了,趁现在赶紧记下来~在查看CE3的代码时我发现了这个变量,TFlowNodeIdm_flowNodeId;心想这是什么鬼?(请理解一个菜鸟没啥经验)然后果断在VS下按F12查看定义,连着按了几次我终于捋清其中的奥妙。所以我干脆把uint8,uint32

    2025年9月26日
    4
  • 脑电独立成分分析(independent component analysis)「建议收藏」

    脑电独立成分分析(independent component analysis)「建议收藏」相比其它成像方法,EEG更为便捷低价,无论是拿erp成分还是做时频分析,提高信噪比始终是EEG分析的重点。将ICA应用在EEG分析中,可以较好的识别并去掉眼动和其它噪音(heartbeat,linenoise,musclenoise)。但对ICA分析前的预处理和后期成分的识别,缺少详细的说明。以下的分析方法主要参考EEGLAB给的非官方说明,tutorial的第九章和第十章,BoyLu…

    2022年5月17日
    38
  • DeepFaceLab 新手入门教程

    DeepFaceLab 新手入门教程DeepFaceLab 新手 0 起点入门图文教程详解工欲善其事必先利其器 想要玩转换脸 硬件 软件 系统必须跟上 先从准备工作说起 硬件 软件 系统 驱动硬件换脸软件出来也好几年了 但是目前依旧对硬件依赖比较大 想要在自己电脑上跑换脸软件就必须要一张显卡 想要轻松点 就必须要一张好显卡 今年搞一张好显卡不容易 显卡主要分 N 卡 英伟达 和 A 卡 AMD 一般来说是推荐 N 卡 N 卡的支持会更好 使用场景更广泛 在 DeepFaceLab 的历史版本中 曾经有

    2026年3月17日
    2
  • 电商 SPU和SKU 的区别

    电商 SPU和SKU 的区别SPU StandardProd 标准产品单位 概念 SPU 是商品信息聚合的最小单位 是一组可复用 易检索的标准化信息的集合 该集合描述了一个产品的特性 通俗点讲 属性值 特性相同的货品就可以称为一个 SPU 例如 iphone7 就是一个 SPU 与商家 与颜色 款式 套餐都无关

    2026年3月26日
    3
  • 一键端2

    一键端2一键端

    2022年7月19日
    39

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

关注全栈程序员社区公众号