3.1 imhist 和stem 3.2 imadjust 3.5 im2bw 和 graythresh 3.7/3.8 histeq
4.2 strel, translate, imdilate
4.3
%maketform用于创建TFORM类型
% maketform(transformtype, Matrix);transformtype是制定变换类型,Matrix是对应变换类型的矩阵
%imtransform(A, TFORM,method);A为要进行变换的矩阵,TFORM为指定的变换类型,method为函数选择的插值方 %法
% method有bicubic ,bilinear , nearest
%B=imresize(A,scale,method)
%B = imresize(A,[mrows ncols],method)
%A是原图,scale和[mrows,ncols]是要进行缩放的比例,method是插值方法
% method有bicubic ,bilinear , nearest