Sounds like you do not have the Image Processing Toolbox.
How can I solve this error ?
4 次查看(过去 30 天)
显示 更早的评论
Here,I attached the code in the following files
otsu.m and main1.m
Undefined function 'imbinarize' for input arguments of type 'uint8'.
Error in ostu (line 43)
ostu_img = imbinarize(uint8(B),lev);
Error in main1 (line 54)
ostu_img = ostu(B);
0 个评论
回答(1 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!