颜色显示函数
impixel函数
交互式方法:
P = impixel
P = impixel(I)
P = impixel(X,map)
说明:
在当前图像中交互式的选择像素,按回车返回像素值
非交互式方法
P = impixel(I,c,r)
P = impixel(X,map,c,r)
P = impixel(RGB,c,r)
说明:r和c是等长的向量,代表所选像素的坐标
impixel函数
交互式方法:
P = impixel
P = impixel(I)
P = impixel(X,map)
说明:
在当前图像中交互式的选择像素,按回车返回像素值
非交互式方法
P = impixel(I,c,r)
P = impixel(X,map,c,r)
P = impixel(RGB,c,r)
说明:r和c是等长的向量,代表所选像素的坐标