a | b/functions/functions_Gabor/computePowerMaps.m | ||
---|---|---|---|
1 | function powerMapF = computePowerMaps(resF, gaborBank) |
||
2 | |||
3 | powerMapF(numel(gaborBank)).value = []; |
||
4 | for g = 1 : numel(gaborBank) |
||
5 | powerMapF(g).value = (resF(g).even .^2) + (resF(g).odd .^ 2); |
||
6 | end %for g = 1 : numel(gaborBank) |