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 ... |
随机推荐
- 爬虫(POST)——有道翻译(有bug)
工具:python3 过程:抓包得到有道翻页面的url:复制post请求头,得到headers中的信息:复制post请求的body,得到formdata中的信息.构造post请求,返回响应 impor ...
- ctrip-apollo
云端多网卡问题: 参考:https://blog.csdn.net/buyaore_wo/article/details/79847404
- CentOS 同时忘记用户名和密码
开机时,狂按Esc 光标选中之前开机常用的那个系统,按下e进入编辑模式 按'↑'和'↓'在该页面找到quiet,在它后面加上single 按Ctrl + x进入到单用户模式 再次进入后,系统会提示你输 ...
- Dropping tests
题目链接:http://poj.org/problem?id=2976 Dropping tests Time Limit: 1000MS Memory Limit: 65536K Total S ...
- 同源策略引发对跨域jsonp跨域的理解
一,同源策略其实网络的安全基石,既:http://www.baidu.com:80协议(http或者HTTPS或者ws或者wss).域名(www.baidu.com).端口(默认80,可以不写 htt ...
- Window WindowManager 和WindowManager.LayoutParams
<一> Window window是android中的窗口,表示顶级窗口的意思,也就是主窗口,它有两个实现类, PhoneWindow和MidWindow,我们一般的activity对应的 ...
- Python常用模块一
一. os模块 os.getcwd() 获取当前工作目录,即当前python脚本工作的目录路径 os.chdir("dirname") 改变当前脚本工作目录:相当于shell下cd ...
- C# 操作 Excel(.xls和.xlsx)文件
C#创建Excel(.xls和.xlsx)文件的三种方法 .NET 使用NPOI导入导出标准Excel C# 使用NPOI 实现Excel的简单导入导出 NET使用NPOI组件将数据导出Excel-通 ...
- 三、oracle 表空间
SQL> --清除屏幕信息 SQL> clear screen SQL> --查看表空间 SQL> select * from v$tablespace; SQL> -- ...
- the wait queue
using System; using System.Collections.Concurrent; using System.Threading; namespace Base { public c ...