Feeds
提问
im doing face recognition project.please explain the above coding in a step by step manner in how it works
%% illumination normalization [x y] = ndgrid(1:size(I,1),1:size(I,2)); z = double(I); [Gx Gy] = gradient(z); mag = sqrt(Gx...
10 years 前 | 1 个回答 | 0
1
个回答提问
im very new to matlab...i downloaded the code from net..bet when i try to run it it shows an error "not enough input arguments"...please help me
%The second it that one needs to convert the image into the frequency %domain, multiply the spectra and then take the inverse...
10 years 前 | 1 个回答 | 0
