Mapping colorbar of one image to another to obtain physical values.

조회 수: 2 (최근 30일)
Ibrahim Patel
Ibrahim Patel 2022년 9월 27일
이동: Star Strider 2022년 9월 27일
I have an array of values with numbers and NaN of physical values where detectors are located, and where they aren't, respectively.
I used imagesc and colorbar to plot the data as an image map.
I have another image having a full map of values where the NaN have been replaced by colours (representing predicted values).
How can I obtain the numerical values of the predicted values (from RGB to my physical variable), from this complete image, relative to the magnitude of the original image with NaN's and some known values.
Note that, the complete map can have values more than any value in the original image with NaNs...
  댓글 수: 2
Ibrahim Patel
Ibrahim Patel 2022년 9월 27일
As a visualisation of what I am trying to ask, please see my comment here .
Ibrahim Patel
Ibrahim Patel 2022년 9월 27일
이동: Star Strider 2022년 9월 27일
Ok, so I tried reading index values of both images and used a proportional relation to calculate the physical parameter magnitude of the predicted values. There is some error on account of using rgb2ind with drifting, but it is in a tolerable range.
Now, I'd like to know how to automatically get index values for each position, given x and y position values, instead of manually seeking the index of each colored region.

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

답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by