L!-HOMO

所属分类:图形图像处理
开发工具:matlab
文件大小:1875KB
下载次数:10
上传日期:2013-06-21 19:26:47
上 传 者ywangywang
说明:  通论算法,给人脸做重构处理,进一步完成人脸的样本稀疏化,还能更好的重构人脸。
(The General Theory of algorithms, giving face to do reconstruction processing to complete further thinning of face samples, but also to better reconstruct the face.)

文件列表:
L1_homotopy_v1.1 (0, 2012-08-01)
L1_homotopy_v1.1\BasisPursuit (0, 2012-08-01)
L1_homotopy_v1.1\BasisPursuit\BP_DynX_update.m (5328, 2012-08-01)
L1_homotopy_v1.1\BasisPursuit\BP_seq_update.m (5509, 2012-08-01)
L1_homotopy_v1.1\BasisPursuit\BP_seq_update_qr.m (5605, 2012-08-01)
L1_homotopy_v1.1\BasisPursuit\CAMSAP09-Matlab (0, 2012-08-01)
L1_homotopy_v1.1\BasisPursuit\CAMSAP09-Matlab\RandomStates.mat (524, 2012-08-01)
L1_homotopy_v1.1\BasisPursuit\CAMSAP09-Matlab\Simulation_BP_DynX.m (6723, 2012-08-01)
L1_homotopy_v1.1\BasisPursuit\CAMSAP09-Matlab\Simulation_BP_seq.m (7222, 2012-08-01)
L1_homotopy_v1.1\BasisPursuit\CAMSAP09-Matlab\Simulation_BP_seq_qr.m (7827, 2012-08-01)
L1_homotopy_v1.1\BasisPursuit\cvx_DynX_BP.m (3890, 2012-08-01)
L1_homotopy_v1.1\BasisPursuit\DynamicX_BP_test.m (8499, 2012-08-01)
L1_homotopy_v1.1\BPDN positivity (0, 2012-08-01)
L1_homotopy_v1.1\BPDN positivity\BPDN_positivity.m (10301, 2012-08-01)
L1_homotopy_v1.1\BPDN positivity\update_primal_positivity.m (4205, 2012-08-01)
L1_homotopy_v1.1\compile.m (530, 2012-08-01)
L1_homotopy_v1.1\data (0, 2012-08-01)
L1_homotopy_v1.1\data\barbara.ras (262176, 2010-08-02)
L1_homotopy_v1.1\data\boats.mat (55121, 2012-07-06)
L1_homotopy_v1.1\data\house.ras (65568, 2012-07-09)
L1_homotopy_v1.1\data\peppers.ras (262176, 2010-07-16)
L1_homotopy_v1.1\Decoding (0, 2012-08-01)
L1_homotopy_v1.1\Decoding\DynamicSeq_REC_demo.m (4968, 2012-08-01)
L1_homotopy_v1.1\Decoding\DynamicSeq_REC_function.m (5246, 2012-08-01)
L1_homotopy_v1.1\Decoding\l1Decode_homotopy_fast.m (7751, 2012-08-01)
L1_homotopy_v1.1\Decoding\l1Decode_homotopy_qr.m (8512, 2012-08-01)
L1_homotopy_v1.1\Decoding\Simulation_DynamicSeq_REC.m (6041, 2012-08-01)
L1_homotopy_v1.1\Decoding\Simulation_l1Decode.m (8447, 2012-08-01)
L1_homotopy_v1.1\DynamicSeq (0, 2012-08-01)
L1_homotopy_v1.1\DynamicSeq\DynamicSeq_BPDN_demo.m (1887, 2012-08-01)
L1_homotopy_v1.1\DynamicSeq\DynamicSeq_BPDN_function.m (7900, 2012-08-01)
L1_homotopy_v1.1\DynamicSeq\DynamicSeq_DS_demo.m (1732, 2012-08-01)
L1_homotopy_v1.1\DynamicSeq\DynamicSeq_DS_function.m (20048, 2012-08-01)
L1_homotopy_v1.1\DynamicSeq\Simulation_DynamicSeq_BPDN.m (6336, 2012-08-01)
L1_homotopy_v1.1\DynamicX (0, 2012-08-01)
L1_homotopy_v1.1\DynamicX\barb.gif (287781, 2012-08-01)
L1_homotopy_v1.1\DynamicX\blocks.mat (65728, 2012-08-01)
L1_homotopy_v1.1\DynamicX\boats.mat (65728, 2012-08-01)
L1_homotopy_v1.1\DynamicX\DynamicX_BPDN_demo.m (2345, 2012-08-01)
L1_homotopy_v1.1\DynamicX\DynamicX_BPDN_function.m (5536, 2012-08-01)
... ...

% %----------L1 Homotopy Package-------------+ % % Created by: Salman Asif @ Georgia Tech. % Email: sasif@ece.gatech.edu % % First release: April 2009 % Modified: June 2012 % % Code website: http://users.ece.gatech.edu/~sasif/homotopy % % (let's say) % Version 1.1 released July 2012 % %------------------------------------------+ % %------------------------------------------------------------ Copyright (2012) M. Salman Asif and Justin Romberg This file is part of L1 homotopy toolbox. The code distributed under the terms of the GNU General Public License 3.0. Permission to use, copy, modify, and distribute this software for any purpose without fee is hereby granted, provided that this entire notice is included in all copies of any software which is or includes a copy or modification of this software and in all copies of the supporting documentation for such software. This software is being provided "as is", without any express or implied warranty. In particular, the authors do not make any representation or warranty of any kind concerning the merchantability of this software or its fitness for any particular purpose. %------------------------------------------------------------ Modifications: July 2012 I have modified the code for BPDN_homotopy_function from the previous release. I have added QR and Cholesky factorization for rank-one update and created common functions that are used by all the homotopy problems. In the future, I will try to clean up all the old codes by replacing redundant scripts with common function calls. This new release contains codes for iterative and adaptive reweighting. The codes for reweighting are the most recent. In this new release, you may need to compile mex codes for 1. matrix-vector product of the form A_Gamma x_Gamma and A_Gamma^T y 2. realnoiselet 3. Wavelets See compile.m for further details. Add all the folders in MATLAB path or only those that are required for each solver. This code is in development stage; any comments or bug reports are very welcome. %-------------------------------------------------------------------------- % Part of old release. %-------------------------------------------------------------------------- First Release: April 2009 % Add L1_homotopy folder alongwith all the subfolders in your MATLAB path. % Or only the compoenents that are needed for particular problem. % Either do it yourself or run 'setup_path.m' for PC % Each folder contains functions for respective homotopy algorithms and the % demos which demonstrate the usage of those functions and in some case % working of the algorithm (e.g., piecewise linear path structure) % % Below we have listed main function names contained in each folder. % We are not writing the description of each function separately here. % However, the names are hopefully self-descriptive! But if you have trouble % in figuring things out, play with the files and suggest some changes :) % Note that some of the simulation scripts use functions from GPSR and FPC_AS packages. % You must have these packages in your MATLAB path in order to run those scripts. % % The wavelet functions in this package use WaveLab, which must also be in % your MATLAB path. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% Pursuits_Homotopy (Standard homotopy) %%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Basis pursuit denoising (BPDN) homotopy BPDN_homotopy_function.m BPDN_homotopy_demo.m % Dantzig selector (DS) homotopy based on Primal dual pursuit DS_homotopy_function.m DS_homotopy_demo.m %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% DynamicX (Homotopy update for time-varying sparse signals) %%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % BPDN DynamicX_BPDN_function.m DynamicX_BPDN_demo.m DynamicX_BPDN_Visual_demo.m % DS DynamicX_DS_function.m DynamicX_DS_demo.m % Simulations (use functions from GPSR and FPC_AS) Simulation_DynamicX_BPDN.m Simulation_DynamicX_BPDN_Pathological.m Simulation_DynamicX_BPDN_Wavelet.m % This script uses WaveLab functions. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% DynamicSeq (Homotopy update for sequential measurements) %%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % BPDN DynamicSeq_BPDN_function.m DynamicSeq_BPDN_demo.m % DS DynamicSeq_DS_function.m DynamicSeq_DS_demo.m % Simulations (use functions from GPSR and FPC_AS) Simulation_DynamicSeq_BPDN.m %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% Decoding (Correct sparse errors in an encoded signals) %%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % L1 decoding l1Decode_homotopy_fast.m l1Decode_homotopy_qr.m Simulation_l1Decode.m % Robust error correction DynamicSeq_REC_function.m DynamicSeq_REC_demo.m Simulation_DynamicSeq_REC.m

近期下载者

相关文件


收藏者