Skip to content
View bollasap's full-sized avatar

Block or report bollasap

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. stereo-matching-using-belief-propagation-synchronous stereo-matching-using-belief-propagation-synchronous Public

    An optimized (very fast) Matlab implementation of Loopy Belief Propagation for stereo matching. It uses the "Min-Sum" version of the algorithm and the "Synchronous" message update schedule.

    MATLAB 2

  2. stereo-matching-using-belief-propagation-accelerated stereo-matching-using-belief-propagation-accelerated Public

    Forked from aposb/stereo-matching-using-belief-propagation

    An optimized (very fast) Matlab implementation of Loopy Belief Propagation for stereo matching. It uses the "Min-Sum" version of the algorithm and the "Accelerated" (Right-Left-Down-Up pass) messag…

    MATLAB 2

  3. semi-global-block-matching semi-global-block-matching Public

    A Matlab implementation of Semi-Global Block Matching (SGBM) for stereo matching. It uses the 8-direction version of the algorithm with a small improvement for better results.

    MATLAB 1

  4. stereo-matching-using-dynamic-programming-left-disparity stereo-matching-using-dynamic-programming-left-disparity Public

    Forked from aposb/stereo-matching-using-dynamic-programming-fast

    A Matlab implementation of Dynamic Programming for stereo matching. The DSI is constructed using left scanline and disparity as axes.

    MATLAB 2

  5. stereo-matching-using-dynamic-programming-left-right stereo-matching-using-dynamic-programming-left-right Public

    Forked from aposb/dynamic-programming-for-stereo-matching

    A Matlab implementation of Dynamic Programming for stereo matching. The DSI is constructed using left and right scanlines as axes. Provides vertical smoothness by trying to keep the current path cl…

    MATLAB 1

  6. belief-propagation-for-stereo-matching-accelerated belief-propagation-for-stereo-matching-accelerated Public

    Forked from aposb/loopy-belief-propagation-for-stereo-matching

    A C++ implementation of Loopy Belief Propagation for stereo matching. It uses the "min-sum" variation of the algorithm and the "Accelerated" (Right-Left-Down-Up sweep) message update schedule.

    C++ 1