How will I convert a image into binary image?

30 vues (au cours des 30 derniers jours)
abhishek  nandi
abhishek nandi le 9 Avr 2016
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'.

Réponse acceptée

Kuifeng
Kuifeng le 9 Avr 2016
doc im2bw
  3 commentaires
Walter Roberson
Walter Roberson le 9 Avr 2016
I = imread('D:\25.jpg');
BW = im2bw(I, 0.4);
manoj kumar Yadav
manoj kumar Yadav le 1 Mar 2023
whta is the 0.4

Connectez-vous pour commenter.

Plus de réponses (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by