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_inpainting.m
name_list = {...
%    'corral', ...
%    'cherries', ...
%    'pointilliste', ...
	'town', ...
    'mures',...
    'peoples',...
    'radishes',...
    'olives',...
    'pasta',...
    'frenchfries',...
    'framboise', ...
    'tomatoes',...
    'dunes', ...
    'reptil_skin', ...
};

for iname = 1:length(name_list)
    name = name_list{iname};
    disp(['--> Inpainting ' name '.']);
    test_nl_inpainting;
end

Contact us at files@mathworks.com