How will I convert a image into binary image?
40 views (last 30 days)
Show older comments
abhishek nandi
on 9 Apr 2016
Commented: manoj kumar Yadav
on 1 Mar 2023
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'.
0 Comments
Accepted Answer
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!