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 years 前 | 2 个回答 | 1

2

个回答