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_invert(im)% PREPROCESS_INVERT - Inverts the image (negative) % Syntax:out = preprocess_invert(im)%% Subfunctions: % See also: % AUTHOR : Alex Liberzon % Copyright (c)2017 Tel Aviv University%%% out = adapthisteq(im);out = imcomplement(im);