How can i remove the sky from this image. (About background removal question)
Mostrar comentarios más antiguos
How can i remove the sky from this image.
i must use this following command as guideline to complete this problem. (IMSHOW , IMREAD , ZEROS)
------------------------------------
A = imread('Problem09.jpg');
imshow (A);
but "zeros" how can i use it ?
Someone can guide me how to slove this problem ?
Thanks in advance.
Respuesta aceptada
Más respuestas (1)
Sean de Wolski
el 28 de Feb. de 2011
0 votos
I don't see how you would use ZEROS. I might use FALSE AND > OR < AND EDGE.
1 comentario
Anupong Pittayatornpitak
el 28 de Feb. de 2011
Categorías
Más información sobre Image Preview and Device Configuration en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

