Skip to content

Baseline real-time stereo CUDA implementation, with example implementations for Point Grey cameras

Notifications You must be signed in to change notification settings

unc-vision/real_time_stereo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple real-time stereo implementation using CUDA. This is a baseline method that uses NCC and 2D averaging. Your mileage may vary.

The main stereo code can be found in src/StereoMatcher.h src/StereoMatcher.cc. It requires cudaArray (https://github.com/trueprice/cudaArray).

Executables are located in src/calibration.cc (for calibrating the stereo rig using a checkerboard) and real_time_stereo.cc. These programs require OpenCV (http://opencv.org/) and the FLIR FlyCapture SDK (https://www.ptgrey.com/flycapture-sdk).

About

Baseline real-time stereo CUDA implementation, with example implementations for Point Grey cameras

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published