Description: % demo_l2_l1 - This demo illustrates the TwIST % algorithm in the l2-l1 optimization problem % % xe = arg min 0.5*||A x-y||^2 + tau ||x||_1 % x % % where A is a generic matrix and ||.||_1 is the l1 norm. % After obtaining the solution we implement a debias phase % % For further details about the TwIST algorithm, see the paper: % % J. Bioucas-Dias and M. Figueiredo, "A New TwIST: Two-Step % Iterative Shrinkage/Thresholding Algorithms for Image % Restoration", IEEE Transactions on Image processing, 2007. % %% % Please check for the latest version of the code and papers at % www.lx.it.pt/~bioucas/TwIST % % Authors: Jose Bioucas-Dias and Mario Figueiredo, % Instituto Superior T閏nico, October, 2007 Platform: |
Size: 78228 |
Author:li123kai@126.com |
Hits:
Description: 在VS2005下编写的vfw的程序,通过vfw方式打开摄像头,并得到原始数据进行处理。其中摄像头必须支持RGB24格式的数据输出。代码中有RGB24转灰度、迭代阈值化等算法。-Prepared under the vfw in VS2005 program, open the camera through vfw, and the raw data for processing. One camera must support RGB24 format of data output. Code in RGB24 turn gray, iterative thresholding algorithm. Platform: |
Size: 190464 |
Author:杨孜 |
Hits: