mpvanandel/paparazzi

depth perception method

Opened this issue · 1 comments

Using for example optical flow, make an overview of the depth estimation of the entire image.

I wouldn't do the entire image, that is too much computation power, there are some nice papers which use the "SURF" technique to identify an object that is coming closer, and gives an accurate depth estimation of that object. I'll link those later