Code covered by the BSD License  

Highlights from
Toolbox Non-Local Means

from Toolbox Non-Local Means by Gabriel Peyre
A toolbox for the non-local means algorithm

batch_denoising.m
% batch for denoising

namelist = {'lena','barb','boat', 'peppers', 'mandrill', 'polygons_blurred'};
for iname=1:length(namelist);
    name = namelist{iname};
    disp(['----> Denoising ' name '.']);
    test_denoising;
end

Contact us at files@mathworks.com