How to show cursor coordinate values of an image on screen in matlab?

조회 수: 68 (최근 30일)
jyoti
jyoti 2015년 6월 10일
답변: Joseph Cheng 2015년 6월 10일
I need to display the pixel information of an image when move cursor over an image

답변 (1개)

Joseph Cheng
Joseph Cheng 2015년 6월 10일
impixelinfo will display the x,y and gray level of the pixel under the mouse cursor. it will display the information live in the bottom left corner without needing to click on anything.
set this up after you display the image using imshow() or imagesc.

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by