How to calculate covriance between 2 coordinates set

4 ビュー (過去 30 日間)
Nisha Varghese
Nisha Varghese 2021 年 2 月 3 日
コメント済み: Nisha Varghese 2021 年 2 月 3 日
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 件のコメント
Bjorn Gustavsson
Bjorn Gustavsson 2021 年 2 月 3 日
That would be:
dR = X-Y;
wouldn't it?
Nisha Varghese
Nisha Varghese 2021 年 2 月 3 日
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.

サインインしてコメントする。

回答 (0 件)

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by