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

63 Ansichten (letzte 30 Tage)
jyoti
jyoti am 10 Jun. 2015
Beantwortet: Joseph Cheng am 10 Jun. 2015
I need to display the pixel information of an image when move cursor over an image

Antworten (1)

Joseph Cheng
Joseph Cheng am 10 Jun. 2015
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.

Kategorien

Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by