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

[图形图像处理] HyPreView

高光谱图像预处理查看器,
Hyperspectral Image Preprocessing Viewer, (2023-05-03, matlab, 0KB, 下载0次)

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

[图形图像处理] ImageProcessingDigital

使用MatLab通过线性代数+矩阵数学创建用于数字图像处理的滤波器和边缘检测器
Uses MatLab to create filters and edge detectors for Digital Image Processing thru linear algebra + matrix math (2018-05-02, matlab, 420KB, 下载0次)

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

[图形图像处理] chapter5(高斯滤波器设计与MATLAB实现)

图像颜色空间转换及matlab实现、图像噪声概率密度分布与MATLAB实现、理想滤波器设计与MATLAB实现、巴特沃斯滤波器设计与MATLAB实现、高斯滤波器设计与MATLAB实现
Image color space conversion and matlab implementation, image noise probability density distribution and matlab implementation, ideal filter design and matlab implementation, Butterworth filter design and matlab implementation, Gaussian filter design and matlab implementation (2020-10-29, matlab, 4KB, 下载0次)

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

[图形图像处理] 空间域滤波

adpmedfilt3.m为自适应中值滤波器函数; adpmedfilt3_test.m为利用上述自适应中值滤波器函数进行中值滤波,同时与普通中值滤波器滤波结果对比; 其余为基础图像处理函数; image文件中为实验图像kl.jpg;
adaptive median filter to filt images (2020-06-29, matlab, 3204KB, 下载2次)

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

[图形图像处理] image_lvbo

matlab中二阶巴特沃斯高通滤波器及二阶巴特沃斯低通滤波器的代码,可以直接用于matlab中使用。
Matlab two Butterworth high pass filter and two order Butterworth low-pass filter code, can be used directly in matlab. (2017-06-10, matlab, 23KB, 下载8次)

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

[图形图像处理] orbit

计算航天器开普勒轨道方程,并画出其轨道图像
Kepler spacecraft orbit equation to calculate and draw its orbit image (2014-12-27, matlab, 1KB, 下载6次)

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

[图形图像处理] ditonglvbo

本文件是有关低通滤波器的程序,主要介绍了高斯低通滤波器。
This document is related to the low-pass filter procedure, introduces the Gaussian low-pass filter. (2014-03-14, matlab, 1KB, 下载8次)

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

[图形图像处理] weicais

自己编写的高斯低通滤波器,可以在实现低通滤波的作用
I have written a Gaussian low-pass filter can realize low-pass filtering effect (2013-08-26, matlab, 1KB, 下载8次)

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

[图形图像处理] gaborfilter1

利用Gabor滤波器对图像进行处理,增强器可分能力
Using Gabor filters for image processing, enhancers can be divided into ability (2013-07-19, matlab, 1KB, 下载5次)

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

[图形图像处理] DFT-MATLAB

一些经典的试验例如快速傅里叶变换,滤波器的一些相关的MATLAB源程序
Some classical tests, such as Fast Fourier Transform filter the MATLAB source (2012-11-15, matlab, 196KB, 下载8次)

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

[图形图像处理] alpha_trimmed

改程序实现了阿尔法中值滤波功能 包括一个测试程序和一个中值滤波器function
The change program Alpha median filter functions include a test procedure and a median filter function (2012-10-17, matlab, 1KB, 下载6次)

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

[图形图像处理] mygaborfilter

4方向滤波器gabor 实现0°、45°、 90°、 135°方向滤波
The Gabor filter is basically a Gaussian (with variances sx and sy along x and y-axes respectively) modulated by a complex sinusoid (with centre frequencies U and V along x and y-axes respectively) (2012-10-12, matlab, 2KB, 下载35次)

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

[图形图像处理] Gaussian-Filter

高斯滤波器的矩形脉冲响应图像生成程序,内涵自编优化卷积程序,优化调整生成图像程序
figure the response of Gaussion Filter (2012-04-24, matlab, 41KB, 下载17次)

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

[图形图像处理] as1

比较notch 滤波器和带通滤波器的区别以及滤波效果。先添加噪声,然后采用不同方法滤波。
Compare the difference between the notch filter and band stop filter. (2012-03-14, matlab, 50KB, 下载6次)

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

[图形图像处理] Gamma_MAP

sar图像处理gamma滤波器!!!!!sar图像处理gamma滤波器!!!!!sar图像处理gamma滤波器!!!!!sar图像处理gamma滤波器!!!!!
sar image filter gamma (2012-03-08, matlab, 1KB, 下载58次)

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

[图形图像处理] mean_filter

均值滤波器。 对灰度图进行简单的滤波处理。 两个程序的滤波器模板在表达上不同,实质算法是一样的。
mean filter. digital figure processing. (2010-05-14, matlab, 62KB, 下载30次)

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

[图形图像处理] steerGauss

使用可控方向滤波器进行图像滤波的程序,学习方向滤波的朋友可以参考!
a steerable gaussian filter for image! (2010-01-04, matlab, 58KB, 下载96次)

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

[图形图像处理] Archive

基于MATALAB 数字滤波器设计用巴特沃斯滤波器进行图像滤波
the auto design by matalab in this way (2009-09-13, matlab, 3655KB, 下载52次)

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

[图形图像处理] ParticleFilters

Matlab 粒子滤波器源代码,状态估计,别且与EKF滤波器做比较
Matlab source code particle filter, state estimation, do not and compared with the EKF filter (2009-08-27, matlab, 9KB, 下载25次)

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

[图形图像处理] chapter1

基于卷积运算的滤波器,可用来实现贫化处理
Based on the convolution operation of the filter, can be used to deal with depleted realize (2008-04-20, matlab, 1KB, 下载5次)

http://www.pudn.com/Download/item/id/441918.html
总计:1331