Skip to content

Instantly share code, notes, and snippets.

View shehabattia96's full-sized avatar
🦾
Making robots

Shehab Attia shehabattia96

🦾
Making robots
View GitHub Profile
@shehabattia96
shehabattia96 / Most possible combinations of disparity
Created May 19, 2020 11:15
Most possible combinations of disparity
import cv2
import numpy as np
import re
testMode = True
datasets = [
{
"leftStereoImg": "./Bowling1/view1.png",
"rightStereoImg": "./Bowling1/view5.png",