How can I solve this error ?

4 ビュー (過去 30 日間)
Syed Zenith Rhyhan
Syed Zenith Rhyhan 2019 年 6 月 30 日
回答済み: Matt J 2019 年 6 月 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);

回答 (1 件)

Matt J
Matt J 2019 年 6 月 30 日
Sounds like you do not have the Image Processing Toolbox.

製品


リリース

R2014a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by