photo

Arushi


RTMNU

2013년부터 활동

Followers: 0   Following: 0

메시지

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?

통계학

Feeds

보기 기준

질문


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=...

거의 11년 전 | 답변 수: 2 | 1

2

답변