联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 图形图像处理(1332) 
按平台查找All matlab(1332) 

[图形图像处理] TDAEP

用于图像恢复的变换去噪自动编码器,
Transformed Denoising Autoencoder Prior for Image Restoration, (2020-04-14, matlab, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1690209115733063.html

[图形图像处理] Image-Repair-Processor

MATLAB图像修复处理器
MATLAB Image Repair Processor (2021-12-05, matlab, 5178KB, 下载0次)

http://www.pudn.com/Download/item/id/1686627084996710.html

[图形图像处理] _日盲_紫外电晕探测器的数字图像处理系统_钱军

MATLAB编程实例,用于科普一些基础知识,常用的一些降噪方式
Matlab programming examples are used to popularize some basic knowledge and common noise reduction method (2020-04-12, matlab, 15846KB, 下载0次)

http://www.pudn.com/Download/item/id/1586696519631597.html

[图形图像处理] 低通滤波器

用傅里叶变换将图象从空间域转换为频率域,高斯低通滤波处理
Fourier transform is used to transform image from spatial domain to frequency domain, and Gauss low pass filter is used to process image. (2018-12-14, matlab, 1KB, 下载0次)

http://www.pudn.com/Download/item/id/1544789723524177.html

[图形图像处理] add_noise_pinyutu

进行纯净信号和加噪信号的时频域显示,及其包络图显示,并计算加噪信号的信噪比、互相关系数、峭度值,对信号进行离散余弦变换。
The time-frequency domain display of pure signal and noise-added signal and its envelope diagram display are carried out, and the signal-to-noise ratio, correlation coefficient and kurtosis value of noise-added signal are calculated.Making Discrete CoSine transform for signal (2018-11-19, matlab, 1KB, 下载9次)

http://www.pudn.com/Download/item/id/1542635191345859.html

[图形图像处理] picture-filter

低通、高通、带阻滤波器进行介绍并进行具体滤波操作,比较这几种滤波器的图像处理效果。
Low pass, high pass, band-stop filter described filtering operation, and specifically, Comparative effects of these types of image processing filters. (2017-04-08, matlab, 401KB, 下载1次)

http://www.pudn.com/Download/item/id/1491662223616825.html

[图形图像处理] DoG

针对图像处理的DoG算子滤波器,希望对大家有用。
For DoG image processing operator filter, we hope to be useful. (2016-02-04, matlab, 2KB, 下载14次)

http://www.pudn.com/Download/item/id/1454556074158022.html

[图形图像处理] Ideal-low-pass-filtering

这是理想低通滤波器对图像进行滤波,包含滤波器的行数以及傅里叶逆变换
This is an ideal low pass filter for filtering the image, the number of rows including a filter and inverse Fourier transform (2015-01-23, matlab, 6KB, 下载3次)

http://www.pudn.com/Download/item/id/1421996342728839.html

[图形图像处理] arithmetic

利用arithmetic算法对图像进行处理,通过建立arithmetic滤波器
arithmetic filter (2013-06-01, matlab, 123KB, 下载4次)

http://www.pudn.com/Download/item/id/2266145.html

[图形图像处理] adpmedian

自适应中值滤波器,能够根据被滤波区域的图像特性自适应的选择滤波器窗口
Adaptive median filter, according to the image characteristics of the filter region of the adaptive selection of the filter window. (2012-12-12, matlab, 1KB, 下载17次)

http://www.pudn.com/Download/item/id/2080784.html

[图形图像处理] XinHao

滤波器在图像处理中的应用,主要在图像中加入各种噪声,然后测试低通滤波器的效果。
The application of filters in image processing, the main variety of noise added to the image, and then test the effect of the low pass filter. (2012-09-26, matlab, 1KB, 下载2次)

http://www.pudn.com/Download/item/id/2002364.html

[图形图像处理] 8filterbank8-

8 通道双正交余弦调制滤波器组实现,滤波器的采样频率为 Fs:20000Hz 设计的低通原型的通带频率为625Hz 阻带衰减80db,滤波器的系数长度为512
8-channel biorthogonal cosine modulated filter banks achieve filter sampling frequency Fs: 20000Hz design of the low-pass prototype passband frequency of 625Hz stopband attenuation 80db filter coefficients of length 512 (2012-08-25, matlab, 3KB, 下载20次)

http://www.pudn.com/Download/item/id/1975452.html

[图形图像处理] AvgFilter

平滑空间滤波器,用于图像处理,原理较简单,用于初学者
Average spatial filter (2012-05-28, matlab, 6KB, 下载7次)

http://www.pudn.com/Download/item/id/1891877.html

[图形图像处理] TheuseandyanjiuofAdaptivefilter

该文档是自适应信号处理研究的一篇研究生毕业论文,介绍了自适应的几种常见算法,如LMS,NLMS等等,并在最后有相关的MATLAB程序(LMS程序 自适应滤波器,陷波器,分离器等程序)可以作为自适应信号处理初学者的参考资料
This document is an adaptive signal processing graduate thesis introduces several common adaptive algorithms, such as LMS, NLMS, etc., and the final program has an associated MATLAB (LMS process adaptive filter, notch , splitters and other procedures) can be used as a reference adaptive signal processing information for beginners (2010-11-12, matlab, 3432KB, 下载193次)

http://www.pudn.com/Download/item/id/1343212.html

[图形图像处理] particale_filters

粒子滤波器是通过蒙特卡罗模拟来实现递归贝叶斯滤波,它不需要线性、高斯噪声的假设,适用于任何能用状态空间模型表示的非线性系统,比卡尔曼滤波器的适用范围广。这里给出了几个粒子滤波的matlab编程实例。
Particle filters are using Monte Carlo simulations to achieve the recursive Bayesian filtering, it does not require linear, Gaussian noise assumptions, can be used for any state-space model of nonlinear systems .It has a wider scope application than the Kalman filter . Here are a few examples of particle filter matlab programming. (2009-11-23, matlab, 11KB, 下载510次)

http://www.pudn.com/Download/item/id/979480.html

[图形图像处理] butter-ChebyshevI

(原创)包括冲激响应不变法设计ButterWorth数字低通滤波器、双线性变换法设计ButterWorth数字低通滤波器、和双线性变换法设计ChebyshevI型数字低通滤波器
(Original) includes the same impulse response ButterWorth Design of digital low-pass filters, bilinear transform design ButterWorth digital low-pass filter, and the bilinear transform design ChebyshevI digital low-pass filter (2009-09-08, matlab, 1KB, 下载28次)

http://www.pudn.com/Download/item/id/904662.html

[图形图像处理] filer_lee

彩色图像增强滤波器设计,本程序是设计了一个Butterworth滤波器
Butterworth filer (2009-06-21, matlab, 1KB, 下载91次)

http://www.pudn.com/Download/item/id/815278.html

[图形图像处理] IIR_Filter

function IIR_Filter(fpass,fstop,Apass,Astop,fs) %下面是设计高通数字滤波器代码
function IIR_Filter (fpass, fstop, Apass, Astop, fs) The following is a high-pass digital filter design code (2008-05-04, matlab, 1KB, 下载6次)

http://www.pudn.com/Download/item/id/451988.html

[图形图像处理] trapper

用于图像预处理,自适应滤波器的代码,去除噪声
For image preprocessing, adaptive filter code, remove the noise (2008-03-20, matlab, 1KB, 下载81次)

http://www.pudn.com/Download/item/id/419727.html

[图形图像处理] lowpassfilt

基于频率域的低通滤波器 主要有理想,巴特沃思,高斯等三种
based on frequency domain of the low-pass filter main ideals, Butterworth, including three Gaussian (2007-05-07, matlab, 1884KB, 下载108次)

http://www.pudn.com/Download/item/id/277656.html
总计:1332