matlab练习程序(PCA)

clear all; close all; clc; img1=imread('Corner.png'); img2=imread('Corner1.png'); img3=imread('Corner2.png'); [height width]=size(img2); a=reshape(img1,1,height*width); b=reshape(img2,1,height*width);
相关文章
相关标签/搜索