Filter löschen
Filter löschen

How can I solve this error ?

2 Ansichten (letzte 30 Tage)
Syed Zenith Rhyhan
Syed Zenith Rhyhan am 30 Jun. 2019
Beantwortet: Matt J am 30 Jun. 2019
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);

Antworten (1)

Matt J
Matt J am 30 Jun. 2019
Sounds like you do not have the Image Processing Toolbox.

Kategorien

Mehr zu Images finden Sie in Help Center und File Exchange

Produkte


Version

R2014a

Community Treasure Hunt

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

Start Hunting!

Translated by