Finds a threshold to distinguish the Region of Interest - Error using roicolor
1 view (last 30 days)
Show older comments
%%Finds a threshold to distinguish the ROI (Region of Interest) from the surrounding medium and other tissue im = imread('metex.tif'); BW = (im>0.5); BW =roicolor(BW,128,255); imshow(BW);
Error using roicolor: Images with dimensions greater than two are not supported. Have I wrong code?
1 Comment
Debarati Banerjee
on 14 Apr 2016
What is the dimension of the variable 'im' after you perform the imread operation?
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!