摘要:
clc;clear all;close all src=imread('C:\Users\think\Desktop\12.jpg'); subplot(1,2,1) imshow(src); I = mat2gray(src); J = imrotate(I,-208); subplot(1,2,2) imshow(J); map0=J(290:949,446:940); figure im... 阅读全文
posted @ 2017-03-15 09:29
xy123001
阅读(1896)
评论(0)
推荐(0)