Could someone here explain what exactly is the baseline of a camera?
相关问题
- How to get the background from multiple images by
- Try to load image with Highgui.imread (OpenCV + An
- CV2 Image Error: error: (-215:Assertion failed) !s
- Is it a bug of opencv RotatedRect?
- How do I apply a perspective transform with more t
相关文章
- How do I append metadata to an image in Matlab?
- opencv fails to build with ipp support enabled
- Code completion is not working for OpenCV and Pyth
- Face unlock code in Android open source project?
- Python open jp2 medical images - Scipy, glymur
- How to compile a c++ application using static open
- On a 64 bit machine, can I safely operate on indiv
- Converting PIL Image to GTK Pixbuf
The baseline (distance between both cameras) will influence the depth range that you can observe with a stereo camera, and also your depth resolution. The same also applies to the focal length of the lenses that you use.
Assuming that you process a disparity range with a constant size, then the following rules apply:
This relationship can be studied with the following online calculator: https://nerian.com/support/resources/calculator/
Baseline is the distance between 2 stereo camera. When you do stereo Calibration, the openCV method return R, T (rotation and translation between your cameras)
You're apparently dealing with stereo, where the baseline is (at least normally) the distance between the two lenses.
I believe
Other coordinates can be found here: http://www.ptgrey.com/support/kb/index.asp?a=4&q=63&ST=