-
Fast-TV-Programs(FastTVMMS)
香港浸会大学吴国宝的快速TV(total variation)的处理程序,可以运行,结果良好。(David Ng Hong Kong Baptist University Fast TV (total variation) of the process, you can run with good results.)
- 2011-04-25 12:29:57下载
- 积分:1
-
duochongxiaobo
说明: 小波分析增强滤波。小波变换的原理类似傅里叶变换,只是把三角函数基换成了小波基。与傅里叶变换不同,小波变换有两个变量:scale和translation。scale控制小波函数的收缩,其导数即为频率,translation控制小标函数的平移,平移量对应时间。通过信号的伸缩平移,可以得到某种重合情况,这样积分也会得到一个极大值,不同的是,得到频率成分的同时,还可以知道该频率的时间位置。(Wavelet analysis enhances filtering.The wavelet transform works like the Fourier transform, except that the trigonometric basis is replaced by a wavelet basis. Unlike the Fourier transform, the wavelet transform has two variables: scale and Translation. Scale controls the contraction of the wavelet function, its derivative is frequency, translation controls the translation of the small scale function, and the translation corresponds to the time. By stretching and shifting the signal, you can get some kind of coincidence, so that the integral will also get a maximum, but the difference is that when you get the frequency component, you can also know the time position of that frequency.)
- 2020-12-24 11:48:44下载
- 积分:1
-
Untitled51
基于数字图像处理,实现一个车牌分割和识别的仿真系统。要求系统具有界面并实现以下功能:
1)读入交通标志图像;
2)预处理及车牌标志定位;
3)多种图像分割功能;
4)形态学滤波等功能;
5)对标志中的数字进行识别。(Based on digital image processing, segmentation and recognition of a license plate emulation system. Interface and require a system with the following functions: 1) read the traffic sign 2) pre-processing and positioning plate mark 3) a variety of image segmentation functions 4) morphological filtering and other functions 5) to mark the numbers Identification.)
- 2021-04-10 18:28:59下载
- 积分:1
-
Contourlet
基于Contourlet变换和SVM的SAR图像目标识别
(Contourlet transform and SVM based on the SAR image target recognition)
- 2021-04-01 09:19:08下载
- 积分:1
-
freadbk
说明: 用于读取SAR数据处理中的干涉图和SAR强度图的函数,可以制定具体大小进行读取。(The functions used to read the interferograms and SAR intensity diagrams in SAR data processing can be read by specific sizes.)
- 2021-03-27 19:19:11下载
- 积分:1
-
jiansuo
这是我本科的毕业设计做的关于医学图像的基于形状的图像检索。预处理用小波去噪 ,特征选用不变矩。(This is my undergraduate graduation design done on the medical images based on the shape of the image retrieval. Pretreatment with wavelet denoising, feature selection invariant moment.)
- 2007-07-08 20:42:39下载
- 积分:1
-
som-source
基于MATLAB的SOM神经网络设计源程序(MATLAB-based SOM neural network design source)
- 2006-08-06 14:21:13下载
- 积分:1
-
demons
demons 配准非常好用的非刚体配准!(Registration is very easy demons non-rigid registration!)
- 2021-03-30 11:39:10下载
- 积分:1
-
JPEGCompression
说明: 编码:
(1)进行颜色转换,将RGB格式转换为YUV格式。
(2)将待编码的N×N的图像分解成(N/8)^ 2 个大小为8×8的子图像。
(3)对每个子图像进行DCT变换,得到各子图像的变换系数。这一步的实质是把空间域表示的图像转换成频率域表示的图像。
(4)对变换系数进行量化。
(5)进行Z字形重排
(6)使用霍夫曼变长变码编码器对量化的系数进行编码,得到压缩后的图像(数据)。
解码:
(1) 对压缩的图像数据进行解码,得到用量化系数表示的图像数据。
(2) 进行反Z字型重排
(3)用与编码时相同的量化函数或量化值表对用量化系数表示的图像数据进行逆量化,得到每个子图像的变换系数。
(4)对逆量化得到的每个子图像的变换系数进行反向正交变换(如反向DCT变换等),得到(N/8)^2 个大小为8×8的子图像。
(5)将(N/8)^2 个大小为8×8的子图像重构成一个N×N的图像。
(6)进行颜色组合,将YUV格式转换为RGB格式图像。(JPEG compression and decompression process)
- 2019-02-18 22:58:13下载
- 积分:1
-
Image-zooming
实现bmp位图的图像放大缩小,包含整个mfc的源码文件。(Achieve bmp bitmap image zoom, contains the entire mfc source files.)
- 2014-02-13 10:17:26下载
- 积分:1