How will I convert a image into binary image?

How will I convert a image into binary image?
I = imread('D:\25.jpg');
>> BW = imbinarize(I)
??? Undefined function or method 'imbinarize' for input arguments of type 'uint8'.

 採用された回答

Kuifeng
Kuifeng 2016 年 4 月 9 日

0 投票

doc im2bw

3 件のコメント

abhishek  nandi
abhishek nandi 2016 年 4 月 9 日
please give the full code
Walter Roberson
Walter Roberson 2016 年 4 月 9 日
I = imread('D:\25.jpg');
BW = im2bw(I, 0.4);
manoj kumar Yadav
manoj kumar Yadav 2023 年 3 月 1 日
whta is the 0.4

サインインしてコメントする。

その他の回答 (0 件)

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by