登录
首页 » matlab » Images

Images

于 2012-03-11 发布 文件大小:17403KB
0 377
下载积分: 1 下载次数: 375

代码说明:

  图像处理中常用的的标准图像,已经分类,包括PNG、BMP、TIFF、JPG等,未进行二次处理(The image processing used in the standard image has been classified, including PNG, BMP, TIFF, JPG, not second)

文件列表:

Images

......\BMP256





......\BMP512





......\......\LenaRGB.bmp,786488,2009-05-23
......\......\pepper.bmp,786486,2009-11-03
......\......\Peppers.bmp,263224,2009-05-23
......\......\PeppersRGB.bmp,786488,2009-05-23
......\cameraman.tif,65240,2007-06-01
......\HD


......\JPG





......\PNG256


......\PNG512


......\RAW
......\...\Baboon.raw,262144,2009-05-23
......\...\Barbara.raw,262144,2009-05-23
......\...\Cameraman.raw,65536,2009-05-23
......\...\Goldhill.raw,262144,2009-05-23
......\...\Lena.raw,262144,2009-05-23
......\...\Peppers.raw,262144,2009-05-23
......\Standard
......\........\Color
......\........\.....\Airplane.tiff,786572,2012-01-09
......\........\.....\Couple.tiff,196748,2012-01-09
......\........\.....\Girl.tiff,196748,2012-01-09
......\........\.....\Girl2.tiff,196748,2012-01-09
......\........\.....\Girl3.tiff,196748,2012-01-09
......\........\.....\House.tiff,196748,2012-01-09
......\........\.....\Jelly beans.tiff,196748,2012-01-09
......\........\.....\Jelly beans2.tiff,196748,2012-01-09
......\........\.....\Lena.tiff,786572,2012-01-09
......\........\.....\Mandrill.tiff,786572,2012-01-09
......\........\.....\Moon surface.tiff,65670,2012-01-09
......\........\.....\Peppers.tiff,786572,2012-01-09
......\........\.....\Sailboat on lake.tiff,786572,2012-01-09
......\........\.....\Splash.tiff,786572,2012-01-09
......\........\.....\Tree.tiff,196748,2012-01-09
......\........\Gray
......\........\....\Aerial.tiff,262278,2012-01-09
......\........\....\Airplane.tiff,65670,2012-01-09
......\........\....\Airport.tiff,1048710,2012-01-09
......\........\....\Chemical plant.tiff,65670,2012-01-09
......\........\....\Clock.tiff,65670,2012-01-09
......\........\....\Couple.tiff,262278,2012-01-09
......\........\....\Girl.tiff,262278,2012-01-09
......\........\....\Man.tiff,1048710,2012-01-09
......\........\....\Resolution chart.tiff,65670,2012-01-09
......\........\....\Stream and bridge.tiff,262278,2012-01-09
......\........\....\Truck.tiff,262278,2012-01-09
......\TIFF
......\....\Baboon.tif,270264,2009-05-23
......\....\BaboonRGB.tif,793232,2009-05-23
......\....\Barbara.tif,269256,2009-05-23
......\....\Cameraman.tif,71760,2009-05-23
......\....\Goldhill.tif,268724,2009-05-23
......\....\lena (2).tif,262912,2005-03-14
......\....\Lena.tif,268576,2009-05-23
......\....\Lena.tiff,786572,2012-01-09
......\....\lena512color.tiff,786572,2009-05-23
......\....\LenaRGB.tif,792056,2009-05-23
......\....\Peppers.tif,268900,2009-05-23
......\....\Peppers.tiff,786572,2012-01-09
......\....\PeppersRGB.tif,792792,2009-05-23

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • deblur_code_1_2
    说明:  从单张图片中去除相机抖动造成的模糊的matlab程序,算法见Removing Camera Shake from a Single Image(err)
    2008-09-07 10:25:48下载
    积分:1
  • kalman_filter
    卡尔曼滤波算法,opencv代码,鼠标跟踪(Kalman filter algorithm, opencv code, mouse tracking)
    2016-04-19 15:45:48下载
    积分:1
  • GMM
    利用K-高斯混合模型提取视频的前景信息。(The use of K-Gaussian mixture model for the future of video information extraction)
    2009-05-04 19:56:17下载
    积分:1
  • 微分同胚的log-demons配准2008
    用SIFT结合光流场进行图像配准,得到不错的效果(The image registration is carried out with SIFT combined with optical flow field, and good results are obtained.)
    2021-04-02 09:59:08下载
    积分:1
  • 区域生长
    形态学方法区域分割,利用区域生长算法,实现区域分割(Morphological method for region segmentation and region growing algorithm for region segmentation)
    2020-06-21 19:20:01下载
    积分:1
  • sift-0.9.0
    说明:  sift 图像特征提取算法源码,对研究sift算法很有帮助。(The source code of sift image feature extraction algorithm is very helpful to the research of sift algorithm.)
    2018-12-25 10:50:31下载
    积分:1
  • smooth
    对图像进行平滑去噪,提高图像的质量,为后期的图像处理打基础(very good)
    2013-09-24 10:01:40下载
    积分:1
  • EmgucvTest
    用c#和emgucv实现了1.显示图像的直方图,2.直方图均衡化,3.中值滤波,4.sobel算子,roberts算子和Prewitt算子的边缘提取。各算法均自己实现不是调用函数。但是读图片的信息是用的emgucv。希望和同样刚接触emgucv的同学共同进步(With c# and emgucv achieve a 1 shows a histogram of the image, 2. Histogram equalization, 3 median filter, 4.sobel operator, edge roberts operator and Prewitt operator extraction. Various algorithms to achieve their own instead of calling a function. But reading the image information is used emgucv. The same hopes and common progress of students new to emgucv)
    2013-11-26 09:32:22下载
    积分:1
  • HoughCy
    好用地 matlab版本地 用hough变换进行直线提取地程序,提取最长地直线,以后会改进,可以提取累计矩阵中,局部峰值点地直线!(good land use Matlab version hough transform line extraction procedures. to extract the longest line, it will improve, can extract accumulated matrix, partial to the peak point straight!)
    2007-05-27 10:48:03下载
    积分:1
  • zernike_ydiff
    zernike不变矩。特征提取方法。基于形状的特征提取方法。(zernike moment invariants. Feature extraction methods. Shape-based feature extraction method.)
    2014-06-18 18:25:32下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载