photo

Arushi


RTMNU

Aktiv seit 2013

Followers: 0   Following: 0

Nachricht

I have to resize my image to a fix size of 256*256 and then I have to divide the image into two 2*2 non overlapping blocks?

Statistik

Feeds

Anzeigen nach

Frage


I have to resize my image to a fix size of 256*256 and then I have to divide the image into two 2*2 non overlapping blocks? i have made this code but its not working on my image
img=imread('cameraman.tif'); [m n]=size(img); block=4; %slide_len=1; for ix=0:block:m-block for jy=...

fast 11 Jahre vor | 2 Antworten | 1

2

Antworten