Skip to content

thanhhung0112/Stereo-matching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This repository aims to compute the disparity map between the left and the right image with differences in brightness via some common method L1, L2, Cosine Similarity and Correlation Coefficient

Getting started

Open In Colab

  • There are total of 5 problems:
    • Using L1 and L2 with pixel-wise between 2 images to get the disparity map
    • Using L1 and L2 with RoI represented with kernel size value to get the disparity map
    • Apply to the left and the right image with different brightness to evaluate performance of L1 and L2
    • Using Cosine similarity with RoI represented with kernel size value to get the disparity map from the left and the right image with different brightness
    • Using Correlation coefficient instead of Cosine similarity and compare the achieved results
  • In addition, with the problems using RoI, i apply an integral mechanism to optimize a computational cost. You can see what it is with the following image.

Results

Method disparityRange Kernel Brightness Result
L1 16 None Same L1_range16
L1 64 None Same L1_range64
L2 16 None Same L2_range16
L2 64 None Same L2_range64
L1 16 5 Same L1_range16_kernel5
L1 64 5 Same L1_range64_kernel5
L2 16 5 Same L2_range16_kernel5
L2 64 5 Same L2_range64_kernel5
L1 64 3 Light L1_range64_kernel3_light
L2 64 3 Light L2_range64_kernel3_light
Cosine 64 3 Light Cosine_range64_kernel3_light
Cosine 64 5 Light Cosine_range64_kernel5_light
Cosine 64 3 Dark Cosine_range64_kernel3_dark
Coef 64 3 Light Coef_range64_kernel3_light
Coef 64 5 Light Coef_range64_kernel5_light
Coef 64 3 Dark Coef_range64_kernel3_dark

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published