Ask Your Question
3

Non-parallel stereo camera calibration and 3D reconstruction

asked 2013-03-05 15:17:55 -0600

Naranbaatar gravatar image

Hello, I got two major question here! I research this problem for month. And I got no exact solution for my situation.

Intro and Question 1.

I'm working on 3D reconstruction project. Apologize for my imperfect English. I have two camera with extension unit to get close range (about 10cm to camera) image. Parallel setup for stereo camera cannot capture fully(for example object on the left image is not shown in right image, two cameras seeing different part of the scene). So I tried to use non parallel cameras(about 60degee between cameras) which able to see same small object from close range. I calibrated my cameras using symetric circles grid pattern (because view area is very small about 1 cm, so it is difficult to make printed chessboard with high quality, rms error was over 20 after calibration). I used general calibration example "stereo_calib.cpp" in opencv samples code. With circles grid pattern I got 1.3 rms error. The calibration image is shown in Fig.1. image description

Fig.1

The problem is: When I use "useCalibrated = 1" settings rectification image becomes weird(Fig.2image description)

Fig.2 When I use "useCalibrated = 0" the rectification seems good as(which uses fundamental matrix calculation and stereoRectifyUncalibrated are used): image description

Fig.3

In my opinion the Projection matrix and Rotation matrix result got problem from stereorectify function.

Question-2

Question-2 is I assumed I have good calibration of my two non-paralel camera. Also I assume that I captured left and right image, then apply some preprocess to get clean feature points, and I have two point cloud (left and right) and points in the point cloud are matched points (ready to be triangulated). Can I use general triangulation method? or should I use any transformation and/or rotation before use general triangulation method?

Apologize again for bad English. Any opinion, suggestion, guidance and/or comment will be appreciated.

Thank you for your time!

edit retag flag offensive close merge delete

2 answers

Sort by ยป oldest newest most voted
0

answered 2014-09-28 16:13:00 -0600

sam.petrocelli gravatar image

I also have this same problem and would like more information on the subject. I cannot successfully perform stereo rectification on non parallel cameras. As the cameras angle in towards each other, the valid ROI region moves more and more outside the images until finally no image is present, just strange circular blobs of pixels.

edit flag offensive delete link more
0

answered 2019-01-22 15:36:47 -0600

Criquet gravatar image

I hope that this answer can help you : [http://answers.opencv.org/question/48...]

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-03-05 15:17:55 -0600

Seen: 2,961 times

Last updated: Sep 28 '14