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 ... |
随机推荐
- vue-踩过的坑
1)引入组件时路径一定要是./ or ../开头 import Goback from './public/goback.vue' 2)这类输入框绑定的值不是:value 不是 :value 不然数据 ...
- shell 终端字符颜色
终端的字符颜色是用转义序列控制的,是文本模式下的系统显示功能,和具体的语言无关,shell,python,perl等均可以调用. 转义序列是以 ESC 开头,可以用 \033 完成相同的工作(ESC ...
- java编程--02日期格式化
第一篇,介绍日期的比较 第二篇,介绍日期的格式化 第三篇,介绍关于日期常用的计算 第四篇,比较几个常用的日期时间相关类的区别 第五篇,jdk9对日期类进行了更新,写一些i自己的学习心得. 日期的格式化 ...
- java && C# 线程
1.多个线程用到同一个资源的话,必须lock 2.为了解决,在竞争的情况下,优先分配资源给A.就是A和B线程都同时在同一时刻需要资源x,然后的话也不清楚系统是具体怎样调度的.或者说怎样调度,都有可 ...
- `aclocal-1.10' is missing on your system
root@ubuntu31:~/linux-ftools-master# makecd . && /bin/bash /root/linux-ftools-master/missing ...
- JMeter远程分布式联机性能测试
测试环境 apache-jmeter-2.13 Java JDK版本:1.8 1. JMeter分布式测试简介 当一个JMeter客户端因网络限制等因素,无法模拟足够的用户对服务器施压时,需要用到J ...
- LeetCode 303.区域检索-数组不可变(accumulate()和for循环差异分析)
给定一个整数数组 nums,求出数组从索引 i 到 j (i ≤ j) 范围内元素的总和,包含 i, j 两点. 示例: 给定 nums = [-2, 0, 3, -5, 2, -1],求和函数 ...
- oracle 找回被覆盖的存储过程
登录到sys账户下 1.TO_TIMESTAMP('2014-05-04 14:33:00', 'YYYY-MM-DD HH24:MI:SS') 删除前的日期 2.owner 表空调 3.Name ...
- 介绍几个关于C/C++程序调试的函数
最近调试程序学到的几个挺有用的函数,分享一下,希望对用C/C++的朋友有所帮助! 1. 调用栈系列下面是函数原型: 1 2 3 4 #include "execinfo .h" i ...
- 远程登陆服务器(window系统)
1,打开命令输入框: 快捷键:win+R 2.输入命令:mstsc 3.输入你的IP地址和用户名(一般为administrator) 4.输入密码
