A=imread('rice.tif'); EIM=edge(I,'prewitt'); imshow(A), figure, imshow(EIM) 9. To convert an image to a binary image BIM =graythresh(A) 10. Converting a RGB ...
確定! 回上一頁