respinha / semi-global-matching-stereo-vision

Assignment from the Advanced Computer Architecture class.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Semi-Global Matching stereo vision using CUDA

This is an assignment from the course of Advanced Computer Architecture from the Integrated Masters in Computer and Telematics Engineering. It consists on an implementation of an image-matching method using parallel computing model CUDA. In this work, all algorithms that were previously implemented in pure C++ were migrated to CUDA implementations, taking advantage of the GPU's huge processing power to largely improve the original approach's efficiency on image-matching, enabling the application of this method in the computer vision area.

Keywords

  • CUDA
  • C++
  • Parallel computing
  • Semi-global Matching

Owners

The entire solution was developed by Rui Espinha Ribeiro (Espinha) and David Silva (dmpasilva).

About

Assignment from the Advanced Computer Architecture class.


Languages

Language:C 55.2%Language:C++ 23.0%Language:HTML 12.6%Language:Cuda 3.9%Language:TeX 3.2%Language:JavaScript 0.8%Language:Makefile 0.7%Language:CSS 0.5%Language:Perl 0.1%Language:Objective-C 0.1%