comparison examples/Image Denoising/SMALL_ImgDenoise_DL_test_KSVDvsRLSDLA.m @ 128:8e660fd14774 ivand_dev

Feature 186
author Ivan Damnjanovic lnx <ivan.damnjanovic@eecs.qmul.ac.uk>
date Mon, 13 Jun 2011 14:55:45 +0100
parents b14e1f6ee4be
children f42aa8bcb82f
comparison
equal deleted inserted replaced
126:db5a7fe1a404 128:8e660fd14774
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.