Experiment - Stereo vision concept
Problem:You want to estimate depth from two images taken by cameras placed side-by-side (stereo vision). The current model uses a simple block matching algorithm but produces noisy depth maps with many errors.
Current Metrics:Mean Absolute Error (MAE) of depth estimation: 12.5 units; Percentage of bad pixels (>3 units error): 35%
Issue:The depth maps are noisy and inaccurate, especially around edges and textureless areas, indicating poor disparity estimation.