-
cejv
该程序是利用电磁波测得两处之间的距离,程序不错,稍加修改即可测得很多距离值。(It tells us how to calculate the distance between two places ,using the EM )
- 2009-04-30 13:31:00下载
- 积分:1
-
detection-and-tracking
该算法可以直接实现,程序不需要修改且有详细的程序解释(The algorithm can directly implement the program and there is no need to modify the procedure explained in detail)
- 2013-08-12 08:20:21下载
- 积分:1
-
kl1p-0.4.2-sources-
基于C语言的压缩感知程序,目前大部分程序都是基于matlab的,这个代码可以作为参考。(C-based compressed sensing program, most programs are based on the current matlab, this code can be used as a reference.)
- 2014-11-17 19:01:08下载
- 积分: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
-
6-3coding
实现6-3分组码,是信息论中非常有用的东西哦。(Block code to achieve 6-3, is information theory is very useful things Oh.)
- 2010-05-25 10:41:31下载
- 积分:1
-
FlightOCR---
图片识别,能够识别图片的信息然后摘取处理(Image recognition)
- 2014-12-10 11:06:58下载
- 积分:1
-
3D-restruction
图像3D重建的源代码。是一个比较简单的example,大家可以学习。易于上手,图像重建的效果较好!(3D reconstruction of image)
- 2015-01-16 13:05:39下载
- 积分:1
-
upfc
These files gives information of unified power flow control
- 2010-08-03 00:30:59下载
- 积分:1
-
forloops
学习Matlab循环语句的好例子,适合初学者(err)
- 2008-06-17 22:21:37下载
- 积分:1
-
chengxu
该压缩包里为三个test文件,里面包含了100多个MATLAB实用程序。它是初学者的入门MATLAB很不错的资料。(The compression bag for three test file, which contains more than 100 MATLAB utility. It is very good information for beginners Getting Started with MATLAB.)
- 2013-01-14 20:40:29下载
- 积分:1