Ask Your Question
1

Triangulation from spheric model

asked 2019-02-03 14:28:26 -0600

xavier12358 gravatar image

Hello

I use Mei calibration which create unified camera modelisation. I want to triangulate 3D points from two known camera position and there match in two image.

Here is a draw of the problem

image description

I can't find any information to estimate the 3D point P from two camera view.

Can someone give me article which deal with it?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2019-02-03 19:01:58 -0600

Tetragramm gravatar image

Take at look at this prototype module called Mapping3D. It contains a couple of classes and functions to help you do just this.

https://github.com/Tetragramm/opencv_...

edit flag offensive delete link more

Comments

As I quickly look, the example you gave me, is based on Pin hole model and not on Mei calibration model.

xavier12358 gravatar imagexavier12358 ( 2019-02-04 02:39:36 -0600 )edit

Well, if you can turn the pixels into a line of sight vector, and you've got your tvecs and rvecs which should remain the same, you can use the rest of the functions. I'm afraid I don't know what Mei calibration is.

Tetragramm gravatar imageTetragramm ( 2019-02-04 23:13:20 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2019-02-03 14:28:26 -0600

Seen: 260 times

Last updated: Feb 03 '19