how to store pixel location and color from impixelinfo

4 Ansichten (letzte 30 Tage)
How can I retrieve data stored in the impixelinfo function.
I have used impixelinfo to display location and RGB colors of an image as well as the temperature of a grayscale image whenever the mouse hovers over a specific point the image. My issue is that I want to store the specific temperature and color value to a variable wherever the mouse hovers to be used for further analysis
How can I retrieve the impixelinfo being displayed and store it in a variable

Akzeptierte Antwort

Image Analyst
Image Analyst am 24 Mai 2022
William to get the values of the image under the path you've drawn you need to draw the path and record it's coordinates as you draw it. Then you can extract the values at those coordinates. I'm attaching a demo where you can use drawfreehand to do that.

Weitere Antworten (1)

Walter Roberson
Walter Roberson am 24 Mai 2022
What you describe is more Data Cursor http://matlab.izmiran.ru/help/techdoc/creating_plots/data_ex7.html
impixelinfo is more for extracting pixel information over a line. Internally, impixelinfo() determines whether the change in x coordinates is greater than the change in y coordinates, takes the longer of the two, and uses that as the independent variable for interp2 purposes.
  1 Kommentar
William  Powell
William Powell am 24 Mai 2022
When I right click on the image the only option that I get is to copy pixel info

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Read, Write, and Modify Image 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