how to find the value of the diagnol of the attached image

3 visualizaciones (últimos 30 días)
Mehmooda Batool Syeda
Mehmooda Batool Syeda el 3 de Dic. de 2021
Comentada: John D'Errico el 3 de Dic. de 2021
I hae attached the .mat file also in which the imagesc was performed

Respuestas (1)

Jon
Jon el 3 de Dic. de 2021
From your matlab.mat file it seems that you are showing the image represented by the matrix corr_data.
You can get the diagonal elements of this matrix using:
d = diag(corr_data)
From what I can see they are all either 1 or NaN

Categorías

Más información sobre Geometric Transformation and Image Registration en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by