Difference in im2bw and imbinarize function while display the binary image
Show older comments
BW=im2bw(I);
subplot(1,1,1), imshow(BW), title('BINARY')
I am getting the binary image as output when i run the above code but the same thing if i use imbinarize function than display the BW than i am getting the x & y axis plot. why is this ?
am using Matlab R2018a version tool.
Accepted Answer
More Answers (0)
Categories
Find more on Modify Image Colors in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!