Depth estimation in live video with a single camera
How can I estimate depth and distance with a single camera in a project using live video in python or matlab ?
How can I estimate depth and distance with a single camera in a project using live video in python or matlab ?
Asked: 2016-01-27 08:46:51 -0600
Seen: 1,116 times
Last updated: Jan 27 '16
Area of a single pixel object in OpenCV
how to understand which functions available in python bindings?
Problems installing opencv on mac with python
build problems for android_binary_package - Eclipse Indigo, Ubuntu 12.04
OpenCV DescriptorMatcher matches
Can't compile .cu file when including opencv.hpp
Weird result while finding angle
cv2.perspectiveTransform() with Python
Using OpenCV's stitching module, strange error when compositing images
you need to be more specific about your application! Also why not do a simple google search and ask some specific questions?
Depth maps from single image is a tricky subject and they will never be accurate, only rough estimations can be made. Be aware that it is not trivial at all, so if this some school project I'd advise you to choose another subject.
I'd start at looking at some of these publications. http://www.cs.cornell.edu/~asaxena/le...
good luck