How I draw 2 lines in image
이전 댓글 표시
Howm I convert the $.png image like the image shown in 444.png
답변 (1개)
Image Analyst
2017년 8월 25일
0 개 추천
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
Sajid Rahim
2017년 8월 28일
Image Analyst
2017년 8월 28일
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.
카테고리
도움말 센터 및 File Exchange에서 Images에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!