Mustardsauce / Realsense-disparity-refinement-with-CUDA

Apache License 2.0
23 stars 5 forks source link

Realsense disparity refinement with CUDA

I made the disparity refinement project for Intel Realsense D400 series. It's based on the C++ & CUDA. I did the disparity re-computation about the IR pair(left & right) from Intel Realsense D435.

I referred "SOS: Stereo Matching in O(1) with Slanted Support Windows" and "HITNet: Hierarchical Iterative Tile Refinement Network for Real-time Stereo Matching" which are based on the tile disparity.

The environment for testing is below.

Dependency for testing

The method consists of several modules

Tile slant visualization

figure 1

Disparity refinement before/after

TODO

Please use this method and give me a comment about this.