Welcome![Sign In][Sign Up]
Location:
Search - image processing using wavelet

Search list

[Streaming Mpeg4vc++digitalpicture

Description: 数字图象处理源码 用小波变换的方法来做的-source digital image processing using wavelet transform the way to do
Platform: | Size: 35113 | Author: lvxin | Hits:

[Streaming Mpeg4vc++digitalpicture

Description: 数字图象处理源码 用小波变换的方法来做的-source digital image processing using wavelet transform the way to do
Platform: | Size: 34816 | Author: lvxin | Hits:

[Documents20070815

Description: 提出了一种基于小波域的图像数字水印算法·该算法将相互正交的两种水印(鲁棒水印和参考 水印)同时添加到经过DWT后的载体图像小波系数中,然后用小波反变换得到添加了水印的图像·用提取出 的参考水印来估计图像所受到的攻击,由于提取出的鲁棒水印所受的攻击与参考水印受到的攻击一样,因此 可以估计出原始的鲁棒水印·通过对嵌入水印的图像进行加入噪声、滤波、压缩以及裁剪等大量图像处理等试 验,均能正确检测出水印,表明该算法具有很好的感知效果和鲁棒性 -A wavelet-based image digital watermarking algorithm that the algorithm will be mutually orthogonal two watermarks (watermark robust watermarking and reference) at the same time added to the carrier after image after DWT wavelet coefficients, and then using wavelet transform has been Add a watermark image to use to extract a reference to estimate the watermark image by the attacks, as a result of the robust watermark extracted suffered attacks and the reference watermark by the same attack, it can be estimated through the original Robust Watermarking of the embedded watermark image by adding noise, filtering, compression and cutting, such as a large number of image processing such as testing, can correctly detect the watermark, show that the algorithm has good performance and robustness of perception
Platform: | Size: 190464 | Author: 李倩 | Hits:

[Special Effectswatermark

Description: Simple watermarking by using wavelets. Required Products: Image Processing Toolbox -Simple watermarking by using wavelets.Required Products: Image Processing Toolbox
Platform: | Size: 857088 | Author: 余于 | Hits:

[matlabA_Matlab_Tour_of_Wavelet_Programming

Description: This document is intended to serve as an introduction to Wavelet processing through a set of Matlab experiments. These experiments will gives an overview of three fundamental tasks in signal and image processing : signal, denoising and compression. These scripts are selfs contents (needed additional Matlab functions can be downloaded while reading the lectures). Each one of these five lectures should take between 1h and 2h in order to tests the various features of the scripts. One should copy/paste the provided code into a file names e.g. tp1.m, and launch the script directly from Matlab comand line > tp1 . Some of the scripts contains "holes" that you should try to fill on your own. I also provide the complete correction of these lectures as a set of Matlab scripts, but you should try as much as possible to avoid using them. -This document is intended to serve as an introduction to Wavelet processing through a set of Matlab experiments. These experiments will gives an overview of three fundamental tasks in signal and image processing: signal, denoising and compression. These scripts are selfs contents (needed additional Matlab functions can be downloaded while reading the lectures). Each one of these five lectures should take between 1h and 2h in order to tests the various features of the scripts. One should copy/paste the provided code into a file names eg tp1.m, and launch the script directly from Matlab comand line> tp1. Some of the scripts contains holes that you should try to fill on your own.I also provide the complete correction of these lectures as a set of Matlab scripts, but you should try as much as possible to avoid using them.
Platform: | Size: 6066176 | Author: 风帆 | Hits:

[Waveletxiaoboronghe

Description: 利用小波变换方法对图像进行处理,配准,拼接,融合。-Using wavelet transform method of image processing, alignment, splicing, fusion.
Platform: | Size: 244736 | Author: zmz | Hits:

[Waveletwavelet

Description: 采用Matlab编写的小波变换之金字塔分解与重构,该代码很基础,适合初学者了解小波变换-Matlab prepared using the pyramid wavelet transform decomposition and reconstruction, the code is the basis of wavelet transform suitable for beginners to understand
Platform: | Size: 176128 | Author: 巢歌 | Hits:

[Graph programWavelet

Description: 用小波变换对图象(256×256 灰度)做处理,内容包括很多常见的图像处理方法,值的借鉴-Using Wavelet Transform of the image (256 × 256 gray level) to do deal with, including many common image processing method, the reference value
Platform: | Size: 15493120 | Author: 郭世雄 | Hits:

[Special Effectsimage_Detected

Description: 利用图像处理中的小波变换,对图像进行检测-Image processing using wavelet transform, image Detected
Platform: | Size: 1024 | Author: Rainbow | Hits:

[Special Effectswavelet

Description: 二维离散小波变换的代码,用C语言实现,可用于数字信号处理、数字图像处理、地震勘探-Two-dimensional discrete wavelet transform code, using C language implementation can be used for digital signal processing, digital image processing, seismic exploration
Platform: | Size: 2048 | Author: baidu85 | Hits:

[Graph programdwtbiorthogonal

Description: matlab 做的双正交小波变换,用于图像压缩处理(仅供大家参考)-biorthogonal digital wavelet transform by using matlab,for digital image compression and processing
Platform: | Size: 3072 | Author: zhoulei | Hits:

[matlabfrittlb1.0

Description: # FRIT Toolbox: MATLAB source code that implements the transforms in the paper The finite ridgelet transform for image representation.
Platform: | Size: 63488 | Author: dao | Hits:

[Special Effectsmatlab

Description: 基于MATLAB-GUI图形界面的数字图像处理软件 本系统设计基于GUI图形界面,用matlab语言编写代码,实现功能包括图象的读取、存储、显示、直方图均衡化、阈值化、小波分解、小波重构、加噪、去噪、平滑、锐化、边缘检测、图像分割等-MATLAB-GUI graphical user interface based on digital image processing software of the system design is based on GUI graphical interface, using matlab language to write code to achieve functionality, including image reading, storage, display, histogram equalization, thresholding, wavelet decomposition, wavelet reconstruction, add noise, denoising, smoothing, sharpening, edge detection, image segmentation, etc.
Platform: | Size: 2992128 | Author: chengmengli | Hits:

[Graph programProbing_into_Technique_of_Image_Enhancement_Based_

Description: :图像增强是图像处理的一个重要分支,是图像边缘提取、图像分割等的基础.文章介绍了常用的图像增强技 术,并且以Madab为工具完成图像的直方图均衡化、巴特沃斯高通滤波器操作的示例,给出了处理前后的对照图像.重点介 绍了利用小波变换进行图像增强,获得了比较好的增强效果.-: Image enhancement is an important branch of image processing is the image edge extraction, image segmentation, etc. basis. This paper introduces the commonly used image enhancement technology, and to Madab as a tool to complete the image histogram equalization, Butterworth high-pass filter operation of an example is given before and after contrast images. Focuses on image enhancement using wavelet transform to obtain a relatively good enhancement.
Platform: | Size: 194560 | Author: hope | Hits:

[matlabfusion-of-face-a-ear-using-wavelet-at-sensor-leve

Description: program on image processing based on MATLAB for biometric recognition
Platform: | Size: 3072 | Author: arti | Hits:

[Waveletquzao

Description: 利用小波变换的去噪代码,用于图像处理,这是毕业设计的程序-Denoising using wavelet transform code for image processing, which is designed for graduate programs
Platform: | Size: 598016 | Author: liyu | Hits:

[WaveletDWT-for-Digital-Image-Processing

Description: 细致地讲述了小波变换的原理以及方法过程等,对需要用小波变换处理图像的初学者来说非常有用。-Detail about the principles and methods of wavelet transform processes, the need for image processing using wavelet transform is very useful for beginners.
Platform: | Size: 1278976 | Author: Leo | Hits:

[Special EffectsWavelet-transform

Description: 图像处理中用的小波变换算法源代码,基于VC++开发-Image processing using wavelet transform algorithm source code, based on the VC + + development
Platform: | Size: 605184 | Author: 阳阳 | Hits:

[Special EffectsImage-Compression

Description: 使用小波分解函数实现图像压缩 选择合适的图像进行处理 -Image compression choose the image processing using wavelet decomposition function
Platform: | Size: 1024 | Author: litchi | Hits:

[Otherim2Wavelet

Description: image compression using wavelet
Platform: | Size: 2048 | Author: advise20023 | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net