Block wise processing of an image in matlab -


i have image of size 256*256 , want block wise processing of image. want 64*64=4096 blocks, each of 16 pixels. i'm new matlab found hard find specific commands that. far have is,

    i=imread('kidneyimage.jpg');     i=rgb2gray(i);     % block wise processing needed. 

any commands appreciated.

to can use function im2col.

http://www.mathworks.fr/help/toolbox/images/ref/im2col.html


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -