How will I convert a image into binary image?

30 ビュー (過去 30 日間)
abhishek  nandi
abhishek nandi 2016 年 4 月 9 日
コメント済み: manoj kumar Yadav 2023 年 3 月 1 日
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 日
doc im2bw
  3 件のコメント
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