摘要: clear all; close all; clc; img1=imread('Corner.png'); img2=imread('Corner1.png'); img3=imread('Corner2.png'); [height width]=size(img2); a=reshape(img 阅读全文
posted @ 2012-04-23 22:46 Dsp Tian 阅读(2569) 评论(1) 推荐(1)