How to calculate covriance between 2 coordinates set

5 vues (au cours des 30 derniers jours)
Nisha Varghese
Nisha Varghese le 3 Fév 2021
Commenté : Nisha Varghese le 3 Fév 2021
If I have a set x which is a 10x2 matrix with each row as a coordinate (ie. there are 10 coordinates). And similarly I have another coordinate set y (10x2). How can I find the covariance between the two coordinate set? ie. One row should be considered as a single quantity. And I need to get a 10x10 covariance matrix which gives the covariance between each 10 coordinates.
Thanks in Advance.
  4 commentaires
Bjorn Gustavsson
Bjorn Gustavsson le 3 Fév 2021
That would be:
dR = X-Y;
wouldn't it?
Nisha Varghese
Nisha Varghese le 3 Fév 2021
Yes. It is a big matrix when the number of elements are high right?
I would like to get a similarity metric between 2 sets of coordinates.
ie., the deviation of tracked coordinates from the ground truth coordinates in Tracking of objects in image processing.

Connectez-vous pour commenter.

Réponses (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by