How to measure object's distance using monocular vision based on OpenCV-Python?
Hi, I'm new for OpenCV, I'd like to measure object's distance using monocular vision based on OpenCV-Python. Please give me some details on how to work it out. If you can offer any methods, theory, codes and sources etc, that would be appreciated!!!
have a look at the pinhole camera model
so, you can only get the distance with a (calibrated) single camera, if you know the object's size already.
As berak said it's not possible without add hypothesis object size or this or this or this