Percentage increase and decrease from two matrices

12 Ansichten (letzte 30 Tage)
Joydeb Saha
Joydeb Saha am 22 Dez. 2022
Beantwortet: Image Analyst am 22 Dez. 2022
Attaching two matrices A1 and B1. I want to calculate the percentage increase and decrease
deltaSignal = (B1 - A1);
percentageDifference = deltaSignal ./ A1;
A1 from B1. Total percentage increase and the total percentage decrease. I have done some part which I am writing here.
  5 Kommentare
Joydeb Saha
Joydeb Saha am 22 Dez. 2022
Ok, let me explain more clearly. See the attached image of Ice. When I make the plot for D = B1 - A1, I have this image, where you may see that there are some blue pixels, these are the positive values (Indicates the ice increase). i want to have the percentage of increase of ice (blue pixels).
Jan
Jan am 22 Dez. 2022
@Joydeb Saha: How do you define "the percentage of increase of ice" mathematically? The image does not clarify this.
A mathematical definition of "percentage" means: A number of X divided by a number of Y times 100. So what are your X and Y for "total percentage increase and the total percentage decrease".

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Image Analyst
Image Analyst am 22 Dez. 2022
You need to convert the image from RGB values to values on the color bar. See attached demo where I did that for a thermal image.

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