代码功能:将一幅256×256的图像裁剪为64张32×32的图像 clear;clc;close A=imread('01.png'); a=32;%裁剪宽度 b=32;%裁剪长度 B=imcrop(A,[0