error in converting image to binary
Mostrar comentarios más antiguos
I have a rgb image inwhich the image consists of two persons,i want to make the background black and persons in white colour,i tried im2bw but i get only whit backgroubf,no image duisplayed ,please help
Respuestas (2)
Pugazhendhi
el 1 de Mzo. de 2012
0 votos
First convert to grayscale(rgb2gray) then use im2bw
1 comentario
FIR
el 1 de Mzo. de 2012
Walter Roberson
el 1 de Mzo. de 2012
0 votos
See graythresh()
Categorías
Más información sobre Import, Export, and Conversion en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!