Published in: MatLab
% Ritorna i Bit Plabes dell'immagine a toni di grigio function showBitPlanes(img) titleString = 'bit planes '; % MSB ... LSB k = 128; for b=1:8 k = k/2; % Shifta di 2 i bit end; return;
You need to login to post a comment.
Visual Basic 2008 Programmer's Reference
Visual Basic Orcas Programmer's Reference is a language tutorial and a reference guide to the upcoming Orcas release of Visual Basic. The tutorial provides basic material suitable for beginners but also includes in-depth content for more advanced developers.
whitetiger on 11/09/06
css javascript image jpg png java python osx filter tiger images standards PIL replacement glob RGB j2me gray bit planes level matlab semantics screenshot screenshots tiff
Published in: MatLab
% Ritorna i Bit Plabes dell'immagine a toni di grigio function showBitPlanes(img) titleString = 'bit planes '; % MSB ... LSB k = 128; for b=1:8 k = k/2; % Shifta di 2 i bit end; return;
You need to login to post a comment.