You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function out = preprocess_template(im)% PREPROCESS_TEMPLATE - One line description of what the function or script performs (H1 line)% Optional file header info (to give more details about the function than in the H1 line)%% Syntax:out = preprocess_template(im)%% Inputs:%% im - Description%% Outputs:%% out - Description%% Example:%% Line 1 of example %% Subfunctions: % See also: % AUTHOR : Alex Liberzon % Copyright (c)2012 Tel Aviv University%%% out = adapthisteq(im);out = imadjust(im);