引用:
作者: 残缺的基督
各位,最近在学习有关图像处理的一个部分。其中一个部分是有关特定区域的处理问题。其中有一个涉及到roicolor这个函数,说这个函数可以实现按灰度选择区域。下面还添加了一个例子:
I=imread('rice.tif')
BW=roicolor(I,128,255)
imshow(I)
fig...
|
You can type "help roicolor" to find out more information about your example and what it means.
This is the first time I see "roicolor" function.