How I draw 2 lines in image
조회 수: 1 (최근 30일)
이전 댓글 표시
Howm I convert the $.png image like the image shown in 444.png
댓글 수: 0
답변 (1개)
Image Analyst
2017년 8월 25일
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
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.
참고 항목
카테고리
Help Center 및 File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!