-
exact_alm_rpca
RPCA (Robust Principal Component Analysis)是目前用于矩阵填充、图像去噪的最有效的优化方法。该代码是求解RPCA的一种数值算法——Exact ALM(Exact Augmented Lagrange Multiplier)(The most basic form of the exact ALM function is [A, E] = exact_alm_rpca(D, λ), and that of the inexact ALM function is [A, E] = inexact_alm_rpca(D, λ), where D is a real matrix and λ is a positive real number. We solve the RPCA problem using the method of augmented Lagrange multipliers. The method converges Q-linearly to the optimal solution. The exact ALM algorithm is simple to implement, each iteration involves computing a partial SVD of a matrix the size of D, and converges to the true solution in a small number of iterations. The algorithm can be further speeded up by using a fast continuation technique, thereby yielding the inexact ALM algorithm.)
- 2010-11-02 14:03:12下载
- 积分:1
-
bss_eval
blind source separation
- 2010-12-13 20:10:56下载
- 积分:1
-
CODE
This example descibles background subtraction algorithm. video was recorded at sanfrancisco
- 2013-07-24 13:13:02下载
- 积分:1
-
gmm20140411
MIE散射,金属球光散射计算程序,可自行编写修改输入参数的可靠程序( light scattering of metal balls calculation program by mie)
- 2014-11-21 21:08:54下载
- 积分:1
-
mame089s
MAME0.89 模拟器 source code(MAME0.89 simulator source code)
- 2007-12-30 21:26:46下载
- 积分:1
-
severial-esprit-analysis
几种esprit算法分析和研究的matlab源码(Several esprit algorithm matlab source code analysis and research)
- 2011-05-06 09:35:13下载
- 积分:1
-
masterMATLAB6.5
精通MATLAB6.5.pdf 精通MATLAB(master MATLAB6.5.pdf)
- 2010-10-16 16:33:32下载
- 积分:1
-
runlengthcode
对二值图像(黑白图像)每行值进行RUN-LENGTH编码和解码(pair of two binary image (black-and-white images) per line value RUN-LENGTH coding and decoding)
- 2007-03-21 08:29:03下载
- 积分:1
-
Simulink
一个simulink的仿真课件,通俗易通,自己感觉挺好(A simulink simulation courseware, popular ETS, he felt very good)
- 2013-09-02 09:12:42下载
- 积分:1
-
gabor_face
基于GABOR的人脸识别,自己写的.有中文说明(Face Recognition Based on Gabor, wrote it myself. A Chinese explanation)
- 2007-04-11 16:05:19下载
- 积分:1