CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - lena images

搜索资源列表

  1. ImgPreEdgEnh

    0下载:
  2. canny算子程序 用Canny算子提取边缘 用Canny算子提取边缘\\测试图片 \\原始lena图像.bmp 用Canny算子提取边缘\\测试图片\\用canny算子提取边缘.bmp 用Canny算子提取边缘\\源代码 用Canny算子提取边缘\\源代码\\cdib.cpp 用Canny算子提取边缘\\源代码\\cdib.h 用Canny算子提取边缘\\源代码\\ChildFrm.cpp 用Canny算子提取边缘\\源代码\\ChildFrm.h
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:4.15kb
    • 提供者:艰苦撒
  1. imagecodingexample

    0下载:
  2. 处理图像lena.bmp,并画出各图像的灰度层次的分布图,并对256位和16位信源数据进行霍夫曼编码-lena.bmp image processing and paint images of the gray level of distribution map as well as 256-bit and 16-bit data source coding Hoffman
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:72.03kb
    • 提供者:姚艳红
  1. wavelift

    0下载:
  2. 暂时只支持jpeg2000支持的 cdf97 和spline53 可以这样来测试: x=imread( E:\\study\\jpeg2000\\images\\lena.tif ) % see the decomposition coefficients y=wavelift(x, 1, spl53 ) using spline 5/3 wavelet figure subplot(1,2,1) imshow(x) subplot(1,2,2) imshow(mat2g
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:6.3kb
    • 提供者:余庆红
  1. Vc++A

    0下载:
  2. 本代码同VC编码对图像lena进行图像的反色,反色后的图像颜色变暗。-the VC code with the right image coding lena images of anti-Israel and anti-color image color darken.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:677.11kb
    • 提供者:孔宾
  1. images

    1下载:
  2. 图像处理中经常使用的标准测试图像的RAW格式文件。其中包括lena,barbara,finger,goldhill,baboon等。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:945.49kb
    • 提供者:shawn
  1. embed.zip

    0下载:
  2. 藏入數位浮水印處理程式 1.本程式所採用之影像格式皆為*.raw之灰階影像。 2.本程式採用的浮水印格式為128×128之灰階影像ccu.raw。 3.本程式所採用的原始影像格式為512×512 之灰階影像Lena.raw。 ,Possession of a digital watermark into the processing program 1. Used in this program are the*. raw format images of gray-scale imag
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:2.09kb
    • 提供者:tzuhua
  1. Wavelet2D

    0下载:
  2. 二维小波变换算法实现压缩解压的程序,此程序中处理的图像为典型的测试图像lena-Two-dimensional wavelet transform algorithm compression decompression procedures, the procedures for dealing with images typical test images lena
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:155.46kb
    • 提供者: 李美珊
  1. Lena

    0下载:
  2. 2、 转换为灰度图像。 这个算法是依照彩色图转化为灰度图像的方式: 灰度值 = 0.3*R+0.59*G+0.11*B 用两重循环遍历截取的图片,对于每一个象素点,用MFC的函数取得其COLORREF形式的颜色值,从中分解出R、G、B三种颜色的值,计算出对应的灰度值后,赋给R、G、B即可。完成遍历后刷新图片就可以看到转换后的灰度图像。 -2, converted to grayscale images. This algorithm are in accordance with
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1.13mb
    • 提供者:龙胆
  1. image_encryption

    0下载:
  2. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:143.46kb
    • 提供者:wuli
  1. compared

    1下载:
  2. 对比BP,OMP,StOMP对自然图像的重构效果,输入图像是一幅256*256的lena图像,我们使用压缩采样后,再用上述三种方法对其进行重构,比较其结果,其中StOMP方法是用不同的阈值-Contrast to BP, OMP, StOMP effect on the reconstruction of natural images, input image is a 256* 256 lena image, we use the compressed sampled, and then re
  3. 所属分类:图形图象

    • 发布日期:2013-05-05
    • 文件大小:70.64kb
    • 提供者:danliu
  1. fwdimages

    0下载:
  2. Lena Images .pgm format with the error image
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-17
    • 文件大小:420.15kb
    • 提供者:Dushyant
  1. ImageandHistogram

    0下载:
  2. 打开一幅256色BMP图像,进行灰度统计直方图的操作并且用对话框资源显示直方图,程序重要而简洁。-Open a 256-color BMP images to obtain gray-scale histogram display operation to get the dialog box resources, Histogram
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:112.1kb
    • 提供者:wb
  1. JPEG_compression_image.m

    0下载:
  2. 利用Matlab编程实现对lena.bmp灰度图象进行QF=50和QF=40的压缩和解压缩,比较二者的PSNR,并且利用霍夫曼编码模拟信道中传输图象。通过了Matlab2009A测试。-Using Matlab program to compress and decompress the gray image Lena.bmp at QF = 50 and QF = 40,as well as comparing the result of two situation.Then using Hu
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:2.14kb
    • 提供者:Alex
  1. raw2bmp

    0下载:
  2. 讲lena的raw格式转换成8位bmp图像-lena s raw format images converted to 8-bit bmp
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1.47mb
    • 提供者:李明
  1. Digital-image-processing-experiment

    0下载:
  2. 将LENA图像分别进行4倍和16倍减采样并对减采样的效果进行描述 将LENA图像转换成256、62、32、8、2 级灰度图像,并对灰度减小后的图像效果进行-Will LENA image separately and 16 times as much as four times and reduce sampling the effects of reducing sampling the LENA images into 256, 62, 32, 8, 2 levels of gray ima
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:442.86kb
    • 提供者:刘赤利
  1. standard-test-images

    0下载:
  2. 用于数字图像处理的标准测试影像,包含Lena、Baboon、Barbara等-For standard test images on digital image processing
  3. 所属分类:Special Effects

  1. images

    0下载:
  2. 数字图像处理的非常面全的图片,包含有各种格式的和大小的。-there are many kids of images that used to digitial image pricessing,including lena,boat,cman images
  3. 所属分类:Special Effects

    • 发布日期:2017-06-12
    • 文件大小:19.04mb
    • 提供者:hanyuyi
  1. lena-graychazhi

    0下载:
  2. 对lena图像分别进行4倍和16倍减采样,将256级的lena图像转换成128级灰度图像,64级灰度图像,32级灰度图像-Gray image of lena were reduced four times and 16 times sampling, 256 of 128 lena image is converted into a grayscale image, the 64-level grayscale images, 32 gray-scale image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:29.08kb
    • 提供者:lilili
  1. lena

    0下载:
  2. Lena Test images for image processing.
  3. 所属分类:Development Research

    • 发布日期:2017-04-15
    • 文件大小:7.01kb
    • 提供者:sim27
  1. BP_tuxiangyasuo

    0下载:
  2. BP神经网络的图片压缩,注释很清楚,附有测试lena图片,压缩比例已经注释了,很好用-BP neural network image compression, the notes are very clear, with the test Lena images, the compression ratio has been annotated, very easy to use!!
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-26
    • 文件大小:8.65mb
    • 提供者:王明朗
« 12 3 »
搜珍网 www.dssz.com