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 ?

 Accepted Answer

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.

More Answers (2)

Categories

Find more on Images in Help Center and File Exchange

Asked:

on 11 Mar 2016

Commented:

on 2 Feb 2018

Community Treasure Hunt

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

Start Hunting!