-
lda
人脸识别程序中的调试 希望做毕业设计的同学朋友能有用(Face Recognition program debugging want to do design students graduating from a friend can be useful)
- 2008-12-30 18:14:20下载
- 积分:1
-
moving_average_v3.1
Smooths a matrix (with/without NaN s) via recursive moving average method and eliminates data gaps.
(MOVING_AVERAGE(X,F) smooths the vector data X with a boxcar window of size 2F+1, i.e., by means of averaging each element with the F elements at his right and the F elements at his left. The extreme elements are also averaged but with less data, obviously. Leaving the edges intact. The method is really fast.
MOVING_AVERAGE2(X,M,N) smooths the matrix X with a boxcar window of size (2M+1)x(2N+1), i.e., by means of averaging each element with its surrounding elements that fits in the mentioned box centered on it. This one is also really fast. The elements at the edges are averaged too, but the corners are left intact.
NANMOVING_AVERAGE(X,F) or NANMOVING_AVERAGE(X,F,1) accept NaN s elements in the vector X the latter interpolates also those NaN s elements surrounded by numeric elements.
NANMOVING_AVERAGE2(X,M,N) or NANMOVING_AVERAGE2(X,M,N,1) accept elements NaN s in the matrix X the latter interpolates also those NaN elements surrounded by numeric elements.)
- 2009-03-06 23:10:07下载
- 积分:1
-
NewFolder1
a simple method of pca. how to find mean and to normalize data
- 2010-11-12 11:14:48下载
- 积分:1
-
Horn-Schunck--method-for-3-D-images
An implementation of Horn-Schunck optical flow method for 3-D images(This is an implementation of Horn-Schunck optical flow method for three dimensional images. A demo with test dataset is given.)
- 2013-10-03 22:31:35下载
- 积分:1
-
facerecognition
加州大学的MATLAB人脸识别代码,采用了图像结构模型,可以很好地识别人脸(University of California MATLAB code for face recognition, using the image structure model, can be a good face recognition)
- 2013-12-18 15:28:45下载
- 积分:1
-
Image-coding-based-on-a-morphological-representat
Image coding based on a morphological representation
- 2013-04-29 03:25:20下载
- 积分:1
-
shuiyinqianru
运用MATLAB对数子图像进行水印处理,过程包括水印的嵌入与水印的提取(The use of MATLAB on the number of sub-image watermarking, the process including the watermark embedding and watermark extraction)
- 2011-05-16 11:22:15下载
- 积分:1
-
Simulation-and-Modeling-of-the-PMSM-
Simulation and Modeling of the PMSM Servo System
- 2011-07-02 11:09:54下载
- 积分:1
-
PMKFandPAKF
实现卡尔曼滤波压缩感知和射影法压缩感知的算法对吧,包含了两者的性能仿真结果(Kalman filtering compressed sensing and projective France compressed sensing algorithm to it, including the performance of both the simulation results)
- 2013-07-20 12:55:23下载
- 积分:1
-
SUPG_quadrilateral_steady
It is a flow solver written in MATLAB.
- 2015-02-20 22:44:27下载
- 积分:1