How I draw 2 lines in image

2 visualizaciones (últimos 30 días)
Sajid Rahim
Sajid Rahim el 25 de Ag. de 2017
Comentada: Image Analyst el 28 de Ag. de 2017
Howm I convert the $.png image like the image shown in 444.png

Respuestas (1)

Image Analyst
Image Analyst el 25 de Ag. de 2017
You can use "hold on" then line() or plot() to draw lines into the overlay.
Or you can burn lines into each color channel with the imline() like in the attached demo.
  3 comentarios
Image Analyst
Image Analyst el 28 de Ag. de 2017
Just change it to read in your image first. Then click and draw lines. It's definitely something you can handle. Simply use imread() before my code to read in that image you posted.

Iniciar sesión para comentar.

Categorías

Más información sobre Convert Image Type en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by