question on triangulate() function

2 ビュー (過去 30 日間)
Richard
Richard 2020 年 1 月 6 日
コメント済み: Rik 2020 年 1 月 6 日
The triangulate() function takes 2 sets of matched points.
" matchedPoints1 - Coordinates of points in image 1, specified as an M-by-2 matrix of M number of [x y] coordinates "....
are these in image coordinates (origin is top left, x is column?)
or plot coordinates
(origin is bottom left)...
seems like they should be plot coordinates, but the source is usually an image....
I have coordinates from another source in image (pixel) coordinates and just want to know if I need to flip them....
Thanks
  2 件のコメント
darova
darova 2020 年 1 月 6 日
You didn't attach images neither data. What is the question?
Rik
Rik 2020 年 1 月 6 日
Comment posted as answer by Richard:
the question doesnt need data.
are the coordinates for the matched points like this
(0,0)--------------> X
|
|
|
Y
or
Y
^
|
|
|
(0,0)-------------> X

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

回答 (1 件)

Rik
Rik 2020 年 1 月 6 日
I don't see any reason why it would matter (as long as you use the same coordinate system for both inputs and the stereoParameters object), but the images in the doc all suggest you should use the image convention (so the origin in the top-left instead of bottom-left).
  2 件のコメント
Rik
Rik 2020 年 1 月 6 日
Comment posted as answer by Richard:
i think it does matter because im getting -z coordinates on my output ( which i hand created in 3D program Paraview) and carefully ray traced the projections ) when they should be +z.
X and Y are "correct" within error tolerance.Z is flipped.
Rik
Rik 2020 年 1 月 6 日
Please stop using the answer field to post comments.
Of course it will matter for the signs of your coordinates, but on a fundamental level for the function itself it shouldn't matter. The function should run independently of wether or not the input is realistic. Try to make a MWE so we can run your code without any other dependencies and can reproduce your issue. Because right now it is impossible to tell if your stereoParameters object matches the coordinate system of your points, which could also plausibly result in incorrect z values.

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

カテゴリ

Help Center および File ExchangePoint Cloud Processing についてさらに検索

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by