Transforming captured co-ordinates into screen co-ordinates

后端 未结 6 1818
夕颜
夕颜 2020-12-04 22:35

I think this is probably a simple maths question but I have no idea what\'s going on right now.

I\'m capturing the positions of \"markers\" on a webcam and I have a

6条回答
  •  粉色の甜心
    2020-12-04 23:40

    The "Kabcsh Algorithm" does exactly this: it creates a rotation matrix between two spaces given N matched pairs of positions.

    http://en.wikipedia.org/wiki/Kabsch_algorithm

提交回复
热议问题