Welcome![Sign In][Sign Up]
Location:
Search - lena images

Search list

[Special EffectsVc++A

Description: 本代码同VC编码对图像lena进行图像的反色,反色后的图像颜色变暗。-the VC code with the right image coding lena images of anti-Israel and anti-color image color darken.
Platform: | Size: 693356 | Author: 孔宾 | Hits:

[Special Effectsimages

Description: 图像处理中经常使用的标准测试图像的RAW格式文件。其中包括lena,barbara,finger,goldhill,baboon等。
Platform: | Size: 968181 | Author: shawn | Hits:

[Graph program标准测试图像下载

Description: 标准测试图像下载-standard test images downloaded
Platform: | Size: 266240 | Author: | Hits:

[Picture Viewer图像方块编码

Description: 本程序采用了最简单的方块编码对512×512的lena图像进行了编码。运行程序后可以看出,方块取得越大,图像编码后失真越大。-This procedure uses the simplest box code of 512 × 512 images of lena coding. After running the program can be seen that made the bigger box, images encoded greater distortion.
Platform: | Size: 476160 | Author: 小博士 | Hits:

[GDI-Bitmapimagecodingexample

Description: 处理图像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
Platform: | Size: 73728 | Author: 姚艳红 | Hits:

[Special Effectsimages

Description: 图像处理中经常使用的标准测试图像的RAW格式文件。其中包括lena,barbara,finger,goldhill,baboon等。-Image processing frequently used standard test images of the RAW format. Including lena, barbara, finger, goldhill, baboon, etc..
Platform: | Size: 967680 | Author: shawn | Hits:

[Waveletwavelet

Description: 本程序实现二维灰度图像的小波变换和逆变换。 直接运行本目录下的批处理程序run即可。 用户需自己输入以下参数: 1. 图像文件名(lena.bmp,若使用其它图像请先放入本目录下) 2. 选用的小波名称(本程序中可使用haar及db2-db5) 3. 小波变换的级数。 运行结束后小波变换与逆变换结果分别保存在dec.bmp与rec.bmp中。-This procedure realize two-dimensional gray-scale image wavelet transform and inverse transform. Catalog under the direct operation of a batch process can run. Users need their own, enter the following parameters: 1. Image file name (lena.bmp, if the use of other images, please Add Catalog under) 2. Wavelet chosen name (This procedure can be used haar and db2-db5) 3. Wavelet Transform series. Run after the wavelet transform and inverse transform results are stored in dec.bmp in with rec.bmp.
Platform: | Size: 477184 | Author: canor | Hits:

[Otherstandard_test_color

Description: 标准彩色测试图像,包括airplane,baboon,couple,girl,lena,peppers等的bmp,tiff以及jpg格式-Standard color test images, including airplane, baboon, couple, girl, lena, peppers, etc. bmp, tiff and jpg format
Platform: | Size: 6928384 | Author: 林峰 | Hits:

[Special EffectsLena

Description: 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 the color map into a gray image of the way: gray value = 0.3* R+0.59* G+0.11* B with double cycle traversal intercepted picture, for each pixel, using MFC function obtained their forms of COLORREF color value, from decomposition of the R, G, B three color values, calculate the corresponding gray-scale value, assigned to R, G, B can be. After the completion of traversal can be seen on the picture to refresh the converted gray image.
Platform: | Size: 1188864 | Author: 龙胆 | Hits:

[Graph programembed

Description: 藏入數位浮水印處理程式 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 image. 2. Watermark used in the program format of 128 × 128 grayscale images ccu.raw. 3. The program used in the original image format of 512 × 512 grayscale images Lena.raw.
Platform: | Size: 2048 | Author: tzuhua | Hits:

[matlabimage_encryption

Description:
Platform: | Size: 146432 | Author: wuli | Hits:

[Graph programcompared

Description: 对比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 reconstruct them the above-mentioned three methods to compare their results, which StOMP method is to use different thresholds
Platform: | Size: 72704 | Author: danliu | Hits:

[Picture Viewerfwdimages

Description: Lena Images .pgm format with the error image
Platform: | Size: 430080 | Author: Dushyant | Hits:

[Special EffectsImageandHistogram

Description: 打开一幅256色BMP图像,进行灰度统计直方图的操作并且用对话框资源显示直方图,程序重要而简洁。-Open a 256-color BMP images to obtain gray-scale histogram display operation to get the dialog box resources, Histogram
Platform: | Size: 114688 | Author: wb | Hits:

[matlabJPEG_compression_image.m

Description: 利用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 Huffman coding analog channels transmitted images. Adopted Matlab2009A test.
Platform: | Size: 2048 | Author: Alex | Hits:

[Special Effectsraw2bmp

Description: 讲lena的raw格式转换成8位bmp图像-lena s raw format images converted to 8-bit bmp
Platform: | Size: 1538048 | Author: 李明 | Hits:

[Special EffectsDigital-image-processing-experiment

Description: 将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 image, and reduce the image of the original after effects
Platform: | Size: 453632 | Author: 刘赤利 | Hits:

[Otherimages

Description: 是图像处理中常用的测试图库,非常实用,如lena图片, 青椒图片,以及zelda图片等-is the test pictures used in image processing very useful
Platform: | Size: 2827264 | Author: olive | Hits:

[Special Effectsstandard-test-images

Description: 用于数字图像处理的标准测试影像,包含Lena、Baboon、Barbara等-For standard test images on digital image processing
Platform: | Size: 5931008 | Author: 柠檬草の味道 | Hits:

[Special Effectsimages

Description: 数字图像处理的非常面全的图片,包含有各种格式的和大小的。-there are many kids of images that used to digitial image pricessing,including lena,boat,cman images
Platform: | Size: 19968000 | Author: hanyuyi | Hits:
« 12 3 4 »

CodeBus www.codebus.net