comparison examples/Image Denoising/SMALL_ImgDenoise_DL_test_KSVDvsSPAMS.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 dab78a3598b6
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 KSVDS vs SPAMS
2 2 %
3 % 3 % *WARNING!* You should have SPAMS in your search path in order for this
4 % script to work.Due to licensing issues SPAMS can not be automatically
5 % provided in SMALLbox (http://www.di.ens.fr/willow/SPAMS/downloads.html).
6 %
4 % This file contains an example of how SMALLbox can be used to test different 7 % This file contains an example of how SMALLbox can be used to test different
5 % dictionary learning techniques in Image Denoising problem. 8 % dictionary learning techniques in Image Denoising problem.
6 % It calls generateImageDenoiseProblem that will let you to choose image, 9 % It calls generateImageDenoiseProblem that will let you to choose image,
7 % add noise and use noisy image to generate training set for dictionary 10 % add noise and use noisy image to generate training set for dictionary
8 % learning. 11 % learning.