How to make a similarity analysis of several colormap plots

2 visualizaciones (últimos 30 días)
Burhan Yildiz
Burhan Yildiz el 2 de Feb. de 2021
Comentada: yanqi liu el 7 de Feb. de 2021
I have one colormap plot having red, blue and white colors in it. This is my reference figure. Besides, I have several output figures having the same scale and dimensions. I would like to make a comparison of the outputs with the reference figure and give scores to each output to measure the prediction capacities of them. I will ignore the white colored areas in the reference. For the blue and red colored areas, if the output has the same color at the same location with the reference, it will be a plus to the score. If it does not predict the color at the exact location there will be no penalty. I want total scores of each output to make comparison. Can anyone help me to apply this?
  9 comentarios
Adam Danz
Adam Danz el 4 de Feb. de 2021
If you can get the handle to the figure (try gca) then you can probably get the handle to the objects plotted on the figure. Using the object handle, you can get the zData which is probably defining the colors.
Burhan Yildiz
Burhan Yildiz el 5 de Feb. de 2021
I dont have access to the original figure data.

Iniciar sesión para comentar.

Respuestas (1)

yanqi liu
yanqi liu el 3 de Feb. de 2021
use color hist to compute
or
you can use sim hash functions
  5 comentarios
Burhan Yildiz
Burhan Yildiz el 5 de Feb. de 2021
Thank you for the answer. I could not understand two things. What is that rectangle for and how did you obtain the coordinates for it? And, what should I understand from the histogram output?
yanqi liu
yanqi liu el 7 de Feb. de 2021
may be use color hist to make feature vector,and use the rect image to match

Iniciar sesión para comentar.

Categorías

Más información sobre Red en Help Center y File Exchange.

Productos


Versión

R2016b

Community Treasure Hunt

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

Start Hunting!

Translated by