摘要: Code clc; close all; clear all; [file,path] = uigetfile({'*.jpg';'*.png'},'sel pic'); % 注意“;”多种格式时使用{'.xxx';'*.xxx'} init_pic = imread([path,file]); % 阅读全文
posted @ 2023-02-19 22:38 森是林上木 阅读(112) 评论(0) 推荐(0)