交叉比率 - 如何处理收到的因子?

发布于 2024-12-13 14:15:01 字数 549 浏览 1 评论 0原文

我读过很多关于射影几何和交叉比的知识,但我没有得到任何线索。问题是:

我在投影坐标系中有四个对齐点:a、b、c、d
像这样:a-----b--c------------d

交叉比现在应该是:

crossRatio = dst(ac)/dst(bc) / dst(ad)/dst(bd)  

dst(ac) 表示从 a 点到 c 点的距离。
结果例如:crossRatio=3,25。
我在现实世界中也有 dst(bc)=30cm 的长度。但由于这些点位于投影平面上(请参阅 http://en.wikipedia.org/wiki/交比)我想我无法像这样确定所有距离的长度。
那么这个交叉比是什么意思以及如何使用它来测量射影几何中的长度?我只是不知道它是如何一起工作的。

编辑:我重写了这个问题(因为之前投了反对票。请下次告诉我哪里出了问题并且可以改进)。抱歉描述不清楚,我希望现在好一点了。

I have read a lot about projective geometry and cross ratio, but I don´t get a clue. Here is the problem:

I have four aligned points in a projective coordinate system: a, b, c, d
Something like this: a-------b--c------------d

The cross ratio should now be:

crossRatio = dst(ac)/dst(bc) / dst(ad)/dst(bd)  

dst(ac) means the distance from point a to point c.
The result is e.g.: crossRatio=3,25.
I also have the length of dst(bc)=30cm in the real world. But since the points lie on a projective plane (see http://en.wikipedia.org/wiki/Cross-ratio) I think I cannot determine the lengths of all the distances just like that.
So what does this cross ratio mean and how can I use it for measurements of lengths in projective geometry?I just get no picture how it all works together.

Edit: I rewrote the question (because of a downvote before. And please next time tell me WHAT is wrong and can be improved). Sorry for unclear description, I hope it is a bit better now.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

玩世 2024-12-20 14:15:01

我以一种不同的方式在 math.stackexchange 中发布了这个问题......经过相当长的时间后我自己找到了答案。如果有兴趣,请看这里。
答案

I posted the question in math.stackexchange in a bit different way and.... found out the answer my self after a decent amount of time. Look here, if interested.
answer

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文