-
Example_of_edge_detection_edge_linking_and_line_se
这个matlab程序实现了Edge Linking and Line Segment Fitting,解压后直接运行demo.m就可以了
(
edgelink.m edge linking function that forms lists of connected edge points from a binary edge image. (Needs findendsjunctions and cleanedgelist below).
drawedgelist.m plots out a set of edge lists generated by edgelink or lineseg.
edgelist2image.m transfers edgelist data back into a 2D image array.
lineseg.m forms straight line segments fitted with a specified tolerance to the lists of connected edge points.
maxlinedev.m is also used by lineseg.m to calculate deviations of the edge lists from the fitted segments.
findendsjunctions.m finds line junctions and endings in a line/edge image.
cleanedgelist.m cleans up a set of edge lists generated by edgelink or lineseg so that isolated edges and spurs that are shorter than a minimum length are removed.)
- 2010-07-14 12:04:33下载
- 积分:1
-
facialOutline-detect
关于人脸轮廓检测的matlab小程序,简单有效,可以直接使用!(On the face contour detection matlab small procedures, simple and effective, can be used directly!)
- 2008-04-12 10:16:12下载
- 积分:1
-
tensor
Structure Tensor 的 matlab 实现
Tensor 源于对方向和密度的描述,可在局部描述2/3维数据的形态
- 2010-11-14 16:29:37下载
- 积分:1
-
AIController
智能控制 簡體字
介紹智能控制基本關念和應用(intelligent control simplified characters introduced intelligent control the basic concepts and application of customs)
- 2007-04-21 03:11:40下载
- 积分:1
-
RGB_lab
Code for conversion of an image from RGB to l, alpha, beta color space and vice versa.
- 2009-11-13 17:05:41下载
- 积分:1
-
AR-MAC
Matlab source code for AR-MAC research paper.
- 2014-10-01 21:56:44下载
- 积分:1
-
mathworks
makestereofig is a standalone script for converting .fig files containing 3D Cartesian plots of z as a function of x and y to .jpg images of the same plot in anaglyphic (red-cyan) stereo. The compressed archive contains the top level script (makestereofig), an ancillary function (plotdisplay2), and a demo .fig file containing a plot of data and a fitting function. The algorithm is very simple and users are encouraged to tweak!
- 2011-12-24 15:21:56下载
- 积分:1
-
RS
说明: 计算HURST指数,自己编写,这是经过修正之后通过变成得出来的结果,网上一般很少有这类文件。(HURST index calculation, write your own, which is revised after the results come through into a very, very few of these files online usually.)
- 2011-11-19 16:21:20下载
- 积分:1
-
isar_proccessing
this file contains some m-files about calculating the fractional fourier transform and isar processig
- 2010-10-24 18:04:21下载
- 积分:1
-
EquationGUI-II
采用四阶龙格——库塔算法,应用MATLAB编写的常微分方程、偏微分方程求解算法及界面。
关键词:gui,ode,pde,difference method, runge kutta,euler,heun
MATLAB版本:7.0 (R14)(EULER.m HEUN.m Rk4.M implement euler heun and runge kutta fourth order to solve ODE VANDERPOLODE.m LOGISTICOODE.m PREDAPREDATOREODE.m describe some ODE problems (van der pol- prey predator- logistic model) diffcorda.m implement difference method for vibrating string (see pizzicata.m) EQUATIONGUI.m is the main program)
- 2020-12-29 22:59:01下载
- 积分:1