Hey all! I am not sure as to what Matlab function to use to create depth map of a given image. Hope you know the answer to this!

답변 (2개)

Dima Lisin
Dima Lisin 2014년 7월 18일
편집: John Kelly 2015년 2월 27일

1 개 추천

You can do this using the Computer Vision System Toolbox.
If your cameras are not calibrated, then you can do uncalibrated stereo image rectification, and then use the disparity() function to compute stereo dispartiy, which is proportional to depth. Unfortunately, you cannot easily get depth in world units with an uncalibrated stereo pair, unless you know distances between some points in the world, and you can locate these points in the image.
A better approach is to use calibrated cameras. Please see this http://www.mathworks.com/help/vision/examples/stereo-calibration-and-scene-reconstruction.html of how to calibrate a stereo pair of cameras and reconstruct the scene using the Computer Vision System Toolbox.
Image Analyst
Image Analyst 2014년 7월 17일

0 개 추천

You need more information than just a grayscale optical image. You need special sensors (e.g. profilometer, Microsoft Kinect, or stereo cameras).

댓글 수: 3

Thank you so much! Now, given that I have a picture captured by stereo cameras. What do I do next to get it's depth map?
Image Analyst
Image Analyst 2014년 7월 17일
I don't know - I haven't done that since I don't work in that field. I suggest you do a search, for example starting at VisionBib: http://www.visionbib.com/bibliography/contents.html, or search the Answers forum for stereo or stereoscopy.
Thank you!

댓글을 달려면 로그인하십시오.

카테고리

질문:

2014년 7월 17일

편집:

2015년 2월 27일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by