MATLAB: Estimate depth with two different focal lengths

Computer Vision Toolboxdistance calculation

How can we possibly estimate the depth using triangulation if left and right cameras focal length are two different value?
is there any method to do it?

Best Answer

Why should it matter that the focal lengths are different? There is nothing in the syntax of the triangulate command
that assumes this.
Related Question