-
guardtestym.m
Quade test for non parametric two way ANalysis Of VAriance
- 2010-12-16 20:40:59下载
- 积分:1
-
toolbox_tensor_voting
tensor voting matlab 实现(tensor voting matlab achieve)
- 2015-03-11 12:23:09下载
- 积分:1
-
CUT
基于simulink的变压器匝间短路仿真(Based on the short-circuit emulation between the transformer turns simulink)
- 2014-05-02 17:42:55下载
- 积分:1
-
Matlab-Course
说明: Matlab教程,包括Matlab符号与数值运算、Matlab绘图、Matlab程序设计及其工程运用等内容(Matlab tutorials, including Matlab symbolic and numerical computation, Matlab graphics, Matlab programming and engineering application, etc.)
- 2011-02-22 00:20:35下载
- 积分: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
-
matlab绘制动态三维心形代码
使用matlab代码,实现心形图像的绘制(Using matlab code to draw heart-shaped images)
- 2017-11-20 14:21:16下载
- 积分:1
-
EKFPFdemo
该程序实现的是扩展卡尔曼粒子滤波,即采用扩展卡尔曼滤波得到粒子滤波的建议分布,粒子滤波再从其中采样进行滤波。(The program implementation is the extended Kalman particle filter, that is, extended Kalman filter using the particle filter proposal distribution, the particle filter and then is filtered from one sample.)
- 2009-10-11 22:11:58下载
- 积分:1
-
shedong1
说明: 轧钢神经网络的MATLAB实现程序,自认为还可以(MATLAB)
- 2009-08-26 14:14:24下载
- 积分:1
-
direction-vario
semivariogram structure function ,it is about 2D semivariogram.
- 2012-05-07 22:05:40下载
- 积分:1
-
fdtd-coaxial
这是一个用FDTD算法计算三维泄漏同轴线的辐射和传播特性的matlab程序.采用MUR吸收边界条件,对于学习FDTD方法中的建模,近-远场外推,吸收边界设置等很有帮助(This is a three-dimensional calculation of radiation and propagation characteristics of the leakage coaxial with the FDTD algorithm matlab program uses MUR absorbing boundary conditions for modeling learning FDTD method, near- far extrapolation, absorbing boundary settings, and so helpful)
- 2014-12-15 21:55:27下载
- 积分:1