depthai-python icon indicating copy to clipboard operation
depthai-python copied to clipboard

KeemBay: Reimplement StereoDepth algorithm

Open SzabolcsGergely opened this issue 1 year ago • 0 comments

This PR brings significant enhancements and bug fixes to the StereoDepth component on KeemBay:

Hardware Bug Fix:

  • Mitigated a hardware bug affecting the subpixel algorithm.

Optimization:

  • Bypassed and removed redundant filters that were not contributing to the algorithm's functionality.

New Implementations:

  • Implemented left-right check, extended mode, and specialized subpixel algorithm, to enhance depth accuracy.

Performance Improvement:

  • After these changes, the StereoDepth algorithm on KeemBay now outperforms the MyriadX and other platforms like RealSense in terms of depth accuracy and efficiency.

SzabolcsGergely avatar Jun 17 '24 11:06 SzabolcsGergely