Mercurial > hg > aimc
diff trunk/matlab/bmm/carfac/MultiScaleSmooth.m @ 523:2b96cb7ea4f7
Major AGC improvements mostly
author | dicklyon@google.com |
---|---|
date | Thu, 01 Mar 2012 19:49:24 +0000 |
parents | 68c15d43fcc8 |
children | 2964a3b4a00a |
line wrap: on
line diff
--- a/trunk/matlab/bmm/carfac/MultiScaleSmooth.m Mon Feb 27 21:50:20 2012 +0000 +++ b/trunk/matlab/bmm/carfac/MultiScaleSmooth.m Thu Mar 01 19:49:24 2012 +0000 @@ -51,10 +51,10 @@ end figure(scale_no + fig_offset1) - imagesc(smoothed') + imagesc(squeeze(smoothed(:,:,1))') figure(scale_no + fig_offset2) - plot(mean(smoothed, 2)); + plot(squeeze(mean(smoothed, 2))); drawnow pause(1)