function [s] = cropimage(image,m,n,x,y) %Crops a m*n selection of the image centered at location (x,y) I = imread(image); s = I((m-(x/2)):(m+(x/2)),(n-(y/2)):(n+(y/2))); imshow(s); end
虫虫下载站 半导体技术网 电子研发网 源码地带 电源技术网 单片机技术网 医疗电子技术 嵌入式系统与单片机