Function imbinarize.m (for image processing) is missing. Where can i find it ?

I run matlab 2015b on a mac and it seems that the function imbinarize.m (for image processing) is missing. I get the error "Undefined function or variable 'imbinarize'", so I checked the matlab folder which contains all the other functions and it's not there. How can i find it ?

 Risposta accettata

imbinarize is new in 2016a. You won't find it in 2015b.
Note that it just make it easier to carry out the same binarisation process that you could do in earlier version. You can achieve exactly the same with graythresh or adaptthresh (depending on the option) followed by im2bw.

Categorie

Scopri di più su Images in Centro assistenza e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by