搜索资源列表
逆滤波处理c代码
- 逆滤波处理算法c代码,供学习信号处理专业的朋友参考使用,-inverse filter processing algorithms c code for the study of professional signal processing reference to the use of a friend,
full_kernel_bf.tar
- 该代码是全核的双边滤波代码,利用了FFTW库,效率极高。
图像滤波处理代码
- 选择打开文件,可以打开相应的图像。当前只可处理8位灰度图像。 homework1 中值滤波中,边界没有处理。 均值滤波中,边界也处理了,边界的原值没有保存下来。边界模糊。 homework2 对同样的阈值soble算子检测边缘比梯度算子清楚。 homework3 幅度谱表现出一些可辨认的结构,相位谱看不出来。 忽略相位信息,反变换得到的图看不出与原图的影子。 忽略幅度信息,反变换得到的图与原图好像有一些相似。 homework4
1
- 图像去噪中线性加权滤波代码在matlab中实现
图像输入灰度化和中值滤波代码
- 用opencv编写的视频输入、灰度化、中值滤波、视频显示代码
rob_hess_pf.粒子滤波现在已经成为目标跟踪领域的主流算法
- 粒子滤波现在已经成为目标跟踪领域的主流算法,它的应用范围广泛,在非线性、非高斯噪声下依然表现良好。该代码是Rob Hess 编写的。他的个人主页是:http://web.engr.oregonstate.edu/~hess/ ,Now,Partical filter has become the main algorithm in moving target tracking region.It still perform very well in nonlinear non-gaussia
adpmedian
- 用matlab实现的自适应中值滤波代码。-Matlab implementation by the adaptive median filter code.
ParticleTracking
- 粒子滤波代码 用于实现目标跟踪 效果非常好 值得大家参考-Particle filter tracking code used to achieve very good results is worth your consideration
彩超机FPGA部分代码
- 某公司彩超机实际使用的FPGA代码,主要是B超的前置处理,波束形成滤波等。请注意:文件不是完整的工程,只放出一些实际可用的功能模块的代码。部分无用文件没删除,自己辨识。(A company color Doppler ultrasound machine actually use FPGA code, mainly B ultrasonic pretreatment, beam forming, filtering, etc.. Please note that the file is not
guided_image_filter_opencv
- 在opencv平台下开发的导向滤波代码。(Guided filtering code developed under the opencv platform.)
粒子滤波code
- 传统粒子滤波代码,用于初学者理解学习,有经典的案例。(General particle filter code, and there are classic cases for you.)
MATLAB实现图像去噪滤波锐化边缘检测源程序代码
- 对图像实现滤波,边缘检测,锐化等操作,比较实用(The operation of image filtering, edge detection, sharpening, and so on)
维纳滤波
- 数字图像处理之维纳滤波的相关matlab代码(Wiener filter related matlab code)
同态滤波
- 光照不均匀图像增强,同态滤波,MATLAB代码,高斯高通滤波(image enhancement,Image enhancement of uneven illumination,Homomorphic filtering)
基于同态滤波的遥感影像去云雾处理
- 基于同态滤波进行遥感影像的去舞处理,代码写的不错(Homomorphic filtering is applied to remotely sensed image's dancing, and the code is good.)
1中值滤波
- 中值滤波——《MATLAB数字图像处理——从仿真到C/C++代码的自动生成》(Median filter - MATLAB digital image processing - automatic generation from simulation to C/C++ code)
卡尔曼滤波
- 1、运动目标进行检测与跟踪,背景差分法,卡尔曼滤波,检测结果用红色外接矩形框表示,跟踪结果用绿色矩形框表示 2、采用平均背景法更新背景图像; 3、代码部分附详细解释(1. The moving target in the video sequence is detected and tracked, the moving target detection part uses the background difference method, the tracking part uses Calm
稀疏三维变换协同滤波图像去噪MATLAB代码
- 协同滤波去噪(主要是对于图像的去噪),其中加入了为纳滤波,dct等方式的融合滤波(Collaborative filtering)
引导滤波
- 代码为引导滤波处理算法,包含PDF说明及MATLAB源代码,下载可直接使用(Code for the boot filter processing algorithm, including PDF instructions and MATLAB source code, download can be used directly.)
图像处理维纳滤波代码
- 图像处理维纳滤波代码,数字图像处理作业。。。。。