test image
Most of these images are in PBM or PGM format and compressed with GNU Zip and GNU TAR
Note: These pages show thumbnails of images and so, they are graphic intensive. If your connection is slow, please, be patient. Images are collected in groups of about 10-15 and then compressed with gzip and tar programs. You will be able to download this compressed files.
- Gray level images:
- Illusory (128x128) - 25 images
- Miscelaneous (various sizes) - 6 images
- Miscelaneous (256x256) - 68 images
- Miscelaneous (512x512) - 96 images
- Miscelaneous (bigger than 512x512) - 4 images
- Contours (different sizes) - 36 images
- Biomedical:
- Biomedical (256x256) (Miscelaneous, nematodes, MR) - 39 images
- Nematodes (512x512) - 143 images
- Nematodes 3D slides (512x512) - 5 3D slides (total 109 images)
- Astronomical
- Color images:
- Miscelaneous (128x128) - 15 images
- Miscelaneous (256x256) - 11 images
- Marble (256x256) - 19 images
- Marble (512x512) - 8 images
- Miscelaneous (512x512) - 64 images
- Biomedical (256x256) - 7 images
- Biomedical (512x512) - 11 images
Free image databases on-line:
- USC-SIPI. Signal and Image Processing Institute. University of Southern California.
Brodatz textures and others.
Aerials images.
Some sequences.
Others. - USF-DM. University of South Florida. Digital Mammography Database.
More than 2600 digitalized mammographies classified and commented. - CMU. Carnegie Mellon University. Links to image databases.
![]() |
Do you know the history of, probably, the most famous test image in the Computer Vision community? Here you can find who is Lenna and more ... |
随机推荐
- Python入妖5-----正则的基本使用
什么是正则表达式 正则表达式是对字符串操作的一种逻辑公式,就是 事先定义好的一些特定字符.及这些特定字符的组合,组成一个“规则字符”,这个“规则字符” 来表达对字符的一种过滤逻辑. 正则并不是pyth ...
- Sqlite操作的一些关键类的官方说明与Intent的startactivityforresult方法
Intent: 该功能可以用于通过intent来跳转界面时候传递信号给原理的页面,以便做出一些处理: sqlite的使用: 该方法得到的sqlitedatabase可读可写,而getreadabled ...
- 安装weblogic步骤
1 mkdir -p /home/geekc3t/weblogic 创建weblogic安装目录2 groupadd weblogic 创建weblogic组3 useradd -g weblogic ...
- C++ 虚函数、纯虚函数、虚继承
1)C++利用虚函数来实现多态. 程序执行时的多态性通过虚函数体现,实现运行时多态性的机制称爲动态绑定:与编译时的多态性(通过函数重载.运算符重载体现,称爲静态绑定)相对应. 在成员函数的声明前加上v ...
- js面向对象之属性
1.属性的设置和获取,方式有两种: .和[ ] .是取自身属性 [ ]可以是变量 var obj={}; obj.name="sonia"; obj['age']=22 ...
- Swift-数组
1.数组的定义 //OC 使用[]定义数组,Swift一样,但是没有@ //自动推导的结果[String]->表示数组中存的都是String //跟OC中的数组指定泛型类型 //Swift ...
- Swift-取消传统For循环
1.取消传统的For循环 传统的for,在swift 3.0 被取消 i++/++i在swift 3.0 被取消 i += 1代替 for var i = 0;i<10;i +=1 { } 2. ...
- jQuery中表单的常用操作(全选、反选)
表单的全选.反选操作一 <form method="post" action=""> 你爱好的运动是?<input type="ch ...
- bootstrap导航栏的辛酸史
昨天本来想完成test10的页面内容的,但是给老铁拉出去打麻将呢.不过还好昨天写了一些内容.现在奉上.不作更改. 今天完成的事情:(实现了test9的响应式导航栏的垂直平分和下拉列表的居中问题.) 我 ...
- Struts2_HelloWorld1
打开 eclipse,新建 web 项目. 因为可能需要 jstl 表达式,所以添加 jstl需要的jar包. 下载链接:http://pan.baidu.com/s/1hr6mBI0 将jar拷贝至 ...
