Code covered by the BSD License  

Highlights from
Toolbox image

from Toolbox image by Gabriel Peyre
A toolbox that contains image processing functions

compile_mex.m
clear all;
fprintf('Compiling mex files ... ');

% compile mex files
mex mex/perform_adaptive_filtering.cpp

disp('done.');

Contact us at files@mathworks.com