insert markers to an image

조회 수: 4 (최근 30일)
vijeta uppal
vijeta uppal 2021년 4월 19일
답변: KSSV 2021년 4월 19일
Draw the following points onto the left image as red crosses. Display the resulting image. {338,197,1}, {468,290,1}, {253,170,1}, {263,256,1}, {242,136,1}
how do i insert the markers for these cordinates

답변 (1개)

KSSV
KSSV 2021년 4월 19일
Use imshow to show up a image. Use plot or scatter with given coordinates and required markers. Note that you need to use hold on after imshow/

카테고리

Help CenterFile Exchange에서 Scatter Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by