搜索资源列表
-
0下载:
实现了对bmp图像的量化,反量化,DCT变换,FDCT变换.可以调整参数,查看量化对图像影响,对图像处理课来说不失为一个好project.-This program implements the quantization, DCT, FDCT transform.
-
-
0下载:
这是一个matlab环境下的离散余弦变换的程序,与matlab的dct程序运行结果一样-This is a matlab environment, discrete cosine transform process, and matlab s dct program runs the same result as
-
-
0下载:
本程序基于matlab开发环境,对数字水印进行8*8DCT变换,属于非盲数字水印!-Matlab-based development environment for this program, the digital watermark 8* 8DCT transform, a non-blind watermarking!
-
-
4下载:
给予matlab的JPEG压缩程序,包含原始压缩图片,程序对灰度bmp图片进行JEPG编码,压缩成以0101形式的编码。JPEG编码先把图象色彩RBG变成亮度Y和色度Cr、Cb,它利用人的视觉对色度不敏感的特点,减少一部分色度数据,以达到压缩。 JPEG采取多种编码方式,包含有行程编码(Run Length Coding)和哈夫曼(Huffman)编码,有很高的压缩比。在编码前,先对数据进行分块,离散余弦变换(DCT)及量化,保留能量大的低频信号,丢弃高频信号以达到压缩。-Given to th
-
-
0下载:
程序1 中值滤波
程序2 直方图均衡化
程序3 DCT变换
程序4 小波变换
程序5 最小距离分类-Program 1 program 2 median filtering histogram equalization program 3 DCT transform process transformation program 4 5 minimum distance classifier
-
-
0下载:
本代码可以实现图像的离散余弦变换,经过调试无错误,可以顺利使用。有利于学习图像处理编程。-This code can achieve the image discrete cosine transform, through debugging error-free, can be successfully used. Conducive to learning image processing program.
-
-
0下载:
论文给出了一种在小波变换域中对静态图像加水印的方案。-Paper presents a wavelet transform domain in the increase of the static image watermarking program.
-
-
0下载:
离散余弦变换的小程序,适合学习图像变换的初学者,程序简单,易懂-Discrete cosine transform small programs for beginners to learn the image transformation, the program is simple, easy to understand
-
-
0下载:
量化离散余弦变换系数的程序实现及其效果的检测。过程中使用了8x8的分块方法。首先计算每块的离散余弦变换(DCT);然后量化了DCT的系数; 最后进行了反离散余弦变换(iDCT). 程序中还可以设定缩放系数。-Quantify the discrete cosine transform coefficients procedure and its effect detection. The process used in the 8x8 sub-block method. First calcul
-
-
0下载:
主要用于选择要进行变换的图像的路径和类型,对应于主程序,给出了选择要打开的文件的示意图。-Is mainly used to transform the image of the path and type corresponds to the main program is given to select the file to open the schematic.
-
-
0下载:
本程序源码实现了数字图像水印的DCT变换嵌嵌入算法,是非常常见的经典算法! 可直接使用。
-The program source code to achieve the Digital Image Watermarking in the DCT transform embedded embedding algorithm, is very common classical algorithm! Can be used directly.
-
-
0下载:
该程序是图像处理中的离散余弦变换的源代码,语言环境VC-The program is a discrete cosine transform image processing source code, the language environment VC++
-
-
2下载:
彩色图像的压缩与解压的程序,网上关于图像压缩的程序基本上是黑白图像的压缩,我参考别人黑白图像压缩的源码改写出了彩色图像的压缩与解压的程序,里面包括色域的转换、DCT变换等-Compression of color images online image compression and decompression program, the program is basically a black and white image compression, my reference to the ot
-
-
0下载:
本展示程式,采用Borland C++ Builder编译器开发,
参考书籍为
Digital Image Processing, Prentice Hall, 2002. (2nd edition)
具备功能如下:
空间域处理 Spatial domain proc..
灰阶值转换 Gray Level Trans..
遮罩型滤波器 Spatial Filter
统计型滤波器 Statistics Filter
梯度运算
-
-
0下载:
有关DCT变换的程序,一段小程序,希望能帮到更多想要的人。-Program on DCT transform a small program , I hope to help more people want .
-
-
0下载:
有关DCT变换的程序,一段小程序,希望能帮到更多想要的人。-Program on DCT transform a small program , I hope to help more people want .
-
-
0下载:
该程序通过DCT变换实现了图像在频率域的变换并嵌入了水印-The program implemented by the DCT transform of the image in the frequency domain and transformed watermarked
-
-
0下载:
其中dft.m 是通过该程序同时输出图片1,2的R、G、B三通道的DFT正反变换图、相角图、幅度图,图片1,2的彩色DFT正反变换图以及DFT后图片1,2幅度相位信息置换后的彩色结果图。
dct.m是通过该程序显示“实验室用原图像”中的图片3的R、G、B三通道DCT正反变化对比图,变换系数图以及彩色DCT正反变换图。
compress.m是通过该程序输出图片3的保留n个DCT变换系数重构彩色结果图。需要说明的是其中决定保留系数个数n的mask矩阵需要手动更改。-Wherein
-
-
0下载:
图像处理很重要,那只保留我们想要的信息就比较重要,程序是传统图像编码中的dct变换编码处理-Image processing is very important, the only retain the information we want is more important, the program is a traditional image coding in DCT transform coding processing
-
-
0下载:
dct离散余弦变换嵌入水印的程序,可将水印信息嵌入-Discrete cosine transform watermark program, to embed the watermark information
-