comparison examples/Image Denoising/SMALL_ImgDenoise_DL_test_KSVDvsRLSDLA.m @ 87:c54e7f2b39d5

this is just a test wxample
author Maria Jafari <maria.jafari@eecs.qmul.ac.uk>
date Tue, 12 Apr 2011 14:42:13 +0100
parents f6cc633fd94b
children b14e1f6ee4be
comparison
equal deleted inserted replaced
86:f6cc633fd94b 87:c54e7f2b39d5
1 %% DICTIONARY LEARNING FOR IMAGE DENOISING 1 %% DICTIONARY LEARNING FOR IMAGE DENOISING
2 % This file contains an example of how SMALLbox can be used to test different 2 % This file contains an example of how SMALLbox can be used to test different
3 % dictionary learning techniques in Image Denoising problem. 3 % dictionary learning techniques in Image Denoising problem.
4 % It calls generateImageDenoiseProblem that will let you to choose image, 4 % It calls generateImageDenoiseProblem that will let you to choose image,
5 % add noise and use noisy image to generate training set for dictionary 5 % add noise and use noisy image to generate training set for dictionary
6 % learning. 6 % learning.