# Depth-Estimation-Matlab **Repository Path**: sadis/Depth-Estimation ## Basic Information - **Project Name**: Depth-Estimation-Matlab - **Description**: Depth Estimation using Stereo and dynamic programming - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2016-05-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Programming Part of the mid term For the questions 1,2,3 and 4 function call is A = imread('tsukuba_l.ppm'); B = imread('tsukuba_r.ppm'); mid_term(A,B) For dynamic programming question 5 A = imread('tsukuba_l.ppm'); B = imread('tsukuba_r.ppm'); dynamic_prog_stereo(A,B)