-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
Welcome! | ||
|
||
The Matlab package you have downloaded was built to | ||
reproduce most* of the figures in the book | ||
|
||
Sparse and Redundant Representations: From Theory to | ||
Applications in Signal and Image Processing | ||
|
||
Written by Michael Elad (Technion, Israel), and published | ||
by Springer in September 2010. | ||
|
||
The various functions are organized by the chapter they | ||
cover, and each file states clearly which figure(s) it | ||
generates. | ||
|
||
In writing the code, the main emphasis was put on clarity | ||
and readability of the code, and less on its efficiency. | ||
In certain cases, the user is encouraged and instructed | ||
how to modify the code to speed-up the algorithms. This | ||
is esspecially true for the dictionary larning parts. | ||
|
||
I hope you will benefit from this code. If you find an error, | ||
you are most welcome to contact me and tell me about it. | ||
Please write to [email protected] . | ||
|
||
One last comment: This code is shared freely from my webpage, | ||
and it comes with no warranty what so ever. | ||
|
||
Enjoy, | ||
|
||
Miki Elad | ||
The CS Department | ||
The Technion, Israel | ||
|
||
|
||
* Why most? Because some figures are taken from other works, | ||
and some figures are part of industrial projects where we | ||
have no permission to share the code. |
Binary file not shown.