-
extracion_skelton_of_image
本程序主要实现图像的骨架化。细化和骨架化操作是把区域的面宽度缩到最小,即单像素宽度,也就是把物体变细,直到现最小的像点连通性。(The main procedures of the skeleton of the image. Refinement and skeleton operation the face width of the region is reduced to a minimum, i.e., a single pixel width, which is the object thinner, until now the smallest image point connectivity.)
- 2021-01-16 23:28:52下载
- 积分:1
-
ImageMatching
本人编的图像配准算法,使用相关算法,模板在参考图像上移动(I compiled image registration algorithm, using the correlation algorithm)
- 2010-02-21 21:56:53下载
- 积分:1
-
motor
马达多种特性曲线绘制,双座标轴,随曲线走向趋势添加注释(Motors draw a variety of characteristic curve, dual axis, with the curve of the trend to add comments)
- 2009-11-24 13:56:03下载
- 积分:1
-
3x3-neighbor-pixel
Description
All the filters have needed neighbor data the current pixel in the image,here this function(res_window=cover_window(how many neighbor value for row ,how many neighbor value for column ,input image) produce the result( res_window(row,col,total size))
input
inp_img=2d data(row * col)
w=cover size
w=[3 3] = 3x3 cover pixel generation
output
o_img=result 3d
o_img(w(1),w(2),r*col)
if
inp_img=[1 2 3 4 5 6 ]
w=[3 3]
Soloution
it will construct new image
new_img=[0 0 0 0 0 0 1 2 3 0 0 4 5 6 0 0 0 0 0 0]
result
o_img(:,:,1)=[0 0 0 0 1 2 0 4 5]
o_img(:,:,2)=[0 0 0 1 2 3 4 5 6]
finally
o_img(1:3,1:3,6)
example
a=imread( pears.png )
b=rgb2gray(a)
c=cover_window( b,[3 3]) 3x3 window construction
- 2014-10-24 17:14:14下载
- 积分:1
-
yuyinSB
基于matlab实现语音识别的代码~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~(Matlab speech recognition-based code~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
- 2015-04-16 18:23:51下载
- 积分:1
-
MPCcontrol
模型预测控制实例,包含一段MPC控制的程序和仿真数据(model predict control)
- 2020-12-05 15:19:23下载
- 积分:1
-
FFT_codes
fft source code
- 2012-06-26 19:41:39下载
- 积分:1
-
smartantenna
Frank Gross所著《智能天线》 一书的源代码(a book of the source code for Frank Gross book Smart Antenna )
- 2014-12-26 09:07:25下载
- 积分:1
-
kmeans_rbf
一个简明的基于聚类的RBF(径向基)神经网络设计算法(A simple clustering-based RBF (Radial Basis Function) neural network design algorithm)
- 2009-06-16 09:51:09下载
- 积分:1
-
lomb
matlab 中的LOMB功能程序包 help中找不到这个程序包,问同学要到的 希望对大家有所帮助(matlab LOMB function can not be found in the package help this package, asked the students to want to help everyone)
- 2013-01-10 19:11:37下载
- 积分:1