-
morphing
Image Morphing, using matlab
- 2009-11-20 04:43:41下载
- 积分:1
-
1
说明: matlab使用垂直Sobel算子,自动选择阈值
[VSFAT Threshold]=edge(f, sobel , vertical )
边缘探测
figure,imshow(f),title( 原始图像 ),
显示原始图像
figure,imshow(VSFAT),title( 垂直图像边缘检测 )
显示边缘探测图像
使用水平和垂直Sobel算子,自动选择阈值
SFST=edge(f, sobel ,2)
figure,imshow(SFST),title( 水平和垂直图像边缘检测 )
显示边缘探测图像
使用指定45度角
Sobel算子滤波器,指定阈值
s45=[-2 -1 0 -1 0 1 0 1 2]
SFST45=imfilter(f,s45, replicate )
SFST45=SFST45>=2
figure,imshow(SFST45),title( 45度角图像边缘检测 )
显示边缘探测图像
(matlab I=rgb2gray(I0)
J0=double(I) [VSFAT Threshold]=edge(f, sobel , vertical ) figure,imshow(f),title figure,imshow(VSFAT),title)
- 2013-12-18 15:42:14下载
- 积分:1
-
Digital_Image_Processing_by_MATLAB
Matlab is perfect tool to process digital imgae.This .rar file includes many .m files with detailed comment.They can complete many operations of DIP.
- 2009-05-16 11:42:54下载
- 积分:1
-
Code_MATLAB_Optimization
这是龚纯《精通MATLAB最优化计算》随书源码(M文件)。基于MATLAB优化工具箱,代码包含的内容有:牛顿法等无约束一维极值问题、单纯形搜索法等无约束多维极值问题、Rosen梯度投影法等约束优化问题、L-M法等非线性最小二乘优化问题、线性规划、整数规划、二次规划、粒子群优化、遗传算法。(This is pure Gong " Mastering MATLAB optimization calculations," with the book source (M file). Based on MATLAB Optimization Toolbox, the content code contains: Newton and other non-binding one-dimensional extremum problems, such as simplex search method for unconstrained multi-dimensional extremum problems, Rosen gradient projection method and other constrained optimization problems, LM non-linear law least squares optimization problem, linear programming, integer programming, quadratic programming, particle swarm optimization, genetic algorithm.)
- 2011-02-05 22:36:00下载
- 积分:1
-
limit_load
关于matlab的一些知识,希望对大家有所帮助。(Some knowledge about matlab, we want to help.)
- 2011-10-20 22:43:12下载
- 积分:1
-
English-CS
English COMPRESSED sENSING
- 2014-02-20 08:39:19下载
- 积分:1
-
tu
说明: 此图是hamming仿真等几个具体小仿真实验(This map is hamming simulation, and several specific small simulation experiment)
- 2010-11-02 16:38:47下载
- 积分:1
-
tiduxiajiang
多传感器数据融合的梯度下降法。方法较为简单,代码基本可以实现滚转角与俯仰角的解算,需要再调参数会更精确(Multi-sensor data fusion gradient descent. The method is simple, basic code can roll angle and pitch angle of the solver, you need to re-tune the parameters would be more accurate)
- 2014-11-23 13:49:52下载
- 积分:1
-
hitu-denoise
赫尔辛基科技大学有关于盲信号去噪的的matlab工具箱,非常好用。希望对大家有用(about the denoise matlab blind source separation from hitu。it is very cool got it!)
- 2011-04-29 11:00:46下载
- 积分:1
-
adaptivefilter
利用matlab实现自适应滤波,内还包含卡尔曼滤波的小案例,仅供参考(Using matlab to achieve adaptive filtering, Kalman filtering is also included a small case for reference purposes only)
- 2014-11-30 16:23:21下载
- 积分:1