필터 지우기
필터 지우기

how to store pixel location and color from impixelinfo

조회 수: 4 (최근 30일)
William  Powell
William Powell 2022년 5월 24일
편집: William Powell 2022년 5월 24일
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

채택된 답변

Image Analyst
Image Analyst 2022년 5월 24일
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.

추가 답변 (1개)

Walter Roberson
Walter Roberson 2022년 5월 24일
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
William  Powell
William Powell 2022년 5월 24일
When I right click on the image the only option that I get is to copy pixel info

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Read, Write, and Modify Image에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by