Is there anyway we can find distance between the object and single mobile camera using opencv?
Hi all, I need to find the distance between object and mobile camera using opencv.
I am currently working on foreground extraction algorithm using opencv and python. The object is extracted completely, if the distance between the object and mobile camera is within some specific range. I am trying to display that range on the UI. Is there any opencv api available which can calculate the distance between the object and mobile camera?
May be you can search something about "laser ranging".
@AJ94 Do you know obect size in meter?
@LBerger Currently i do not know the size of the object. But assuming it to be 0.2 meters,is there any way i can get the distance?