Skip to content

Instantly share code, notes, and snippets.

View Sid1057's full-sized avatar
💾
640K GRAM ought to be enough for anybody.

Ivan Deylid Sid1057

💾
640K GRAM ought to be enough for anybody.
View GitHub Profile
@Sid1057
Sid1057 / main.cpp
Created February 5, 2021 08:50
OpenCV 4.5.1 cuda stereo SGBM
// Computer Vision
#include <opencv2/core.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include <opencv2/highgui.hpp>
#include <opencv2/core/utility.hpp>
#include <opencv2/cudastereo.hpp>
#include <opencv2/calib3d.hpp>