Zurez
University of Delhi Cluster Innovation Center (CIC)
自 2013 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
Code not working. I need to move the image blocks by swapping cell's position inside the main image matrix. Help?
clc;clear;close all;warning off; imdata = imread('check.jpg'); new_dims = size(imdata) - rem(size(imdata), 3); imdata...
11 years 前 | 1 个回答 | 0
1
个回答提问
How to create an image puzzle?
I have to take an image and break it into 8 different blocks and then reshuffle it. Then the whole reshuffled image should becom...
11 years 前 | 1 个回答 | 0