Stereo vision with only one camera rotating
16 次查看(过去 30 天)
显示 更早的评论
Is it possible to do stereo vision with only one camera, using a setup like this?
I think that the problem might be that the baseline is equal to zero and cameras are not pointing to the same direction.
Do you know if it could work? Does anybody maybe have a code for it? Thanks!
1 个评论
Karl Cronburg
2023-9-26
What properties of the object do you wish to depict or measure in the form of a stereo vision image? Depth information cannot be computed for a given point on an object if the aperture of the camera(s) are not located in different positions. That is, twisting the aperture at an angle does not provide enough information for a triangulation-based computer vision algorithm to construct a stereo vision image. This is because the aperture is located at the same (x,y) position in your diagram.
回答(1 个)
Asim
2023-11-15
Hello Luca,
I understand that you are trying to do stereo vision using single camera at different angles, effectively simulating a zero baseline and cameras pointing in different directions. While stereo vision can indeed be accomplished with a single camera, it's important to note that this particular setup may result in an output that appears tilted or inclined.
To rectify this:
- Rotate your camera around the object to emulate a stereo setup where the cameras maintain a consistent direction relative to the object as shown in the below figure.
- For further insights on distance measurement using a single-camera stereo vision system, you might find Section II : ‘Depth Perception with Stereo Vision’ of this research paper helpful. https://ieeexplore.ieee.org/abstract/document/6258139
- To enhance the accuracy of stereo vision systems, kindly refer to this documentation. https://in.mathworks.com/help/vision/ref/cameracalibrator-app.html
I hope these suggestions helps in resolving the issue.
Best Regards,
Asim Asrar
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Camera Calibration 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!