-
knn_matlab
knn—k近邻准则matlab实现,适合初学者(knn-k neighbors to achieve the criteria matlab)
- 2009-06-23 20:08:02下载
- 积分:1
-
ActiveContourCode
主动轮廓的MATLAB实现算法,主要用于图像分割,基于其的变形有很多优点(Active Contour realize the MATLAB algorithm, mainly used for image segmentation, based on its deformation has many advantages)
- 2008-07-09 15:29:31下载
- 积分:1
-
kretprobe_example
Here s a sample kernel module showing the use of return probes to report the return value and total time taken for probed function to run.
- 2014-09-18 04:17:51下载
- 积分:1
-
基于主成分分析的人脸二维码识别
基于主成分分析的人脸二维码识别算法包含了该算法的现实说明和.M源文件
- 2022-03-04 14:16:56下载
- 积分:1
-
DemoPSOBehavior
psotrain is a matlab file to use so as as to get a look on the PSO training
- 2009-11-13 23:51:15下载
- 积分:1
-
Simple_Fitness_Function
How to coding fitness function.
- 2010-01-05 16:28:34下载
- 积分:1
-
Tutorial-Matlab
tutorial matlab gratis
- 2013-09-07 05:36:08下载
- 积分:1
-
200kHzR39mm
2维傅里叶变换,进行图形处理,对杆状结构中的纵向导波模态进行识别(2 dimensional Fourier Transform for graphics processing)
- 2018-09-06 09:56:35下载
- 积分:1
-
sitf-0.9
绝对的lowe老人家提出的sift算法源码,配套有文档说明,对于初学者极度有用,还有我添加的注释我移植的仿射变换函数,绝对值得下的资源~!(The absolute lowe elderly sift algorithm proposed source code, supporting have documented for beginners extremely useful, and I add comments I transplanted affine transformation function, absolute worthy resource ~!)
- 2010-12-15 14:51:02下载
- 积分:1
-
Cspline
这是一个三次样条插值的.m程序
输入的是一个二维数组A(Nx2)
插值方法为:
S(x) = A(J) + B(J)*( x - x(J) ) + C(J)*( x - x(J) )**2 +D(J) * ( x - x(J) )**3 for x(J) <= x < x(J + 1) (This is a cubic spline interpolation. M program input is a two-dimensional array A (Nx2) interpolation method: S (x) = A (J)+ B (J)* (x- x (J ))+ C (J)* (x- x (J))** 2+ D (J)* (x- x (J))** 3 for x (J) )
- 2008-07-21 11:53:17下载
- 积分:1