How can i remove the black color from inside the white curve boundary
Mostrar comentarios más antiguos
Image1 = imread('image.jpg');% image read
a=Image1(:,:,1);
what mean this line a=Image1(:,:,1);
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Image Processing Toolbox 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!