Skip to content
View aposb's full-sized avatar

Block or report aposb

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. block-matching-for-stereo block-matching-for-stereo Public

    A Matlab implementation of Block Matching Algorithm for stereo matching. It uses matrix operations to make the code faster.

    MATLAB 2

  2. disparity-evaluation disparity-evaluation Public

    It compares the disparity map generated by our algorithm against the ground truth disparity map that provided in the dataset.

    MATLAB 2

  3. block-matching-algorithm-for-stereo-matching block-matching-algorithm-for-stereo-matching Public

    A C++ implementation of Block Matching Algorithm for stereo matching. It uses the "SAD" (Sum of Absolute Differences) similarity metric.

    C++ 2

  4. semi-global-matching-for-stereo-matching semi-global-matching-for-stereo-matching Public

    A C++ implementation of Semi-Global Matching (SGM) for stereo matching. It uses the two-pass 8-directions version of the algorithm with a small improvement for better results.

    C++ 2

  5. block-matching-algorithm-for-image-denoising block-matching-algorithm-for-image-denoising Public

    A C++ implementation of Block Matching Algorithm for image denoising. It uses the "SAD" (Sum of Absolute Differences) similarity metric.

    C++ 2

  6. loopy-belief-propagation-for-image-denoising loopy-belief-propagation-for-image-denoising Public

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

    C++ 2