How I draw 2 lines in image
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Howm I convert the $.png image like the image shown in 444.png
0 Commenti
Risposte (1)
Image Analyst
il 25 Ago 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 Commenti
Image Analyst
il 28 Ago 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.
Vedere anche
Categorie
Scopri di più su Image Processing Toolbox in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!