comparison examples/Image Denoising/SMALL_ImgDenoise_DL_test_KSVDvsRLSDLA.m @ 129:5a6cef81227e

Merge from branch "ivand_dev"
author Ivan Damnjanovic lnx <ivan.damnjanovic@eecs.qmul.ac.uk>
date Mon, 13 Jun 2011 14:58:00 +0100
parents 8e660fd14774
children f42aa8bcb82f
comparison
equal deleted inserted replaced
127:6f78b069e541 129:5a6cef81227e
1 %% DICTIONARY LEARNING FOR IMAGE DENOISING 1 %% Dictionary Learning for Image Denoising - KSVD vs Recursive Least Squares
2 %
2 % This file contains an example of how SMALLbox can be used to test different 3 % This file contains an example of how SMALLbox can be used to test different
3 % dictionary learning techniques in Image Denoising problem. 4 % dictionary learning techniques in Image Denoising problem.
4 % It calls generateImageDenoiseProblem that will let you to choose image, 5 % It calls generateImageDenoiseProblem that will let you to choose image,
5 % add noise and use noisy image to generate training set for dictionary 6 % add noise and use noisy image to generate training set for dictionary
6 % learning. 7 % learning.