-
signpost_recognize_fog
Matlab编写的路标识别程序,可以对一幅图像中的多个路标进行识别。对雾化图片效果很好!(Matlab program written in road signs recognition, an image can be identified in a number of signs. Good effect on the atomization pictures!)
- 2010-08-08 08:46:46下载
- 积分:1
-
symMat
A matrix of symbolic elements is reasonably useful for many analytic linear algebra applications, and for analytic vector, matrix and tensor differentiation.
This function produces a matrix of arbitrary dimension of symbolic elements that are indexed by their position in the symbolic matrix for ease of reference.
EXAMPLE
>> M = symMat([2 2], m , real )
M =
[ m11, m12]
[ m21, m22]
>> class(M)
ans =
sym
>> det(M)
ans =
m11*m22 - m12*m21
- 2010-03-02 02:13:12下载
- 积分:1
-
myfft
基于FFT的大地电磁信号资料处理MATLAB方法实现(Based on the FFT signal magnetotelluric data processing method MATLAB)
- 2009-01-23 11:03:40下载
- 积分:1
-
psnr
计算YUV文件的PSNR值,分别计算Y分量,U,V分量的PSNR值,还有宏块级的PSNR值(PSNR value calculated YUV file)
- 2011-09-13 09:34:07下载
- 积分:1
-
UPCAA-Face-Res
用matlab实现的pca算法,用于将维,适用于各种种试验,如人脸识别程序源码
(Achieved using matlab pca algorithm for peacekeeping, applicable to various types of tests, such as face recognition program source code)
- 2012-10-07 00:27:39下载
- 积分:1
-
cumest
计算信号累积量的程序。包括:主程序cumest.m。调用程序cum2est.m;cum3est.m;cum4est.m(Calculating the amount of signal accumulation process. Include: main cumest.m. Calling program cum2est.m cum3est.m cum4est.m)
- 2021-03-09 10:09:28下载
- 积分:1
-
LJ
说明: 本程序用来求转子的临界转速,模型为有限元模型(This procedure is used to seek the rotor critical speed, the model for the finite element model)
- 2010-08-07 11:18:06下载
- 积分:1
-
matrix_reorder
说明: matlab图形化一个矩阵,并对矩阵进行重新排序(matlab a graphical matrix, and reorder the matrix)
- 2011-04-13 17:38:01下载
- 积分:1
-
FaceDetectionByRGBModel
使用RGB模型来进行人脸检测,识别的结果还可以,可以作为其他检测方法的对比(use RGB model for face detection and recognition of the results can also can serve as a contrast detection method)
- 2007-05-22 21:51:55下载
- 积分:1
-
grIsEulerian
Fluery alghoritm for finding Euelrs path in graph. Cool thing!
- 2015-01-11 04:51:10下载
- 积分:1