Skip to content
/ openmbm Public

A basic cuda accelerated implementation of the mbm stereo method (12ms per stereo pair), Warning bugfixes from the new mlib version have not been backported to this extracted version

Notifications You must be signed in to change notification settings

midjji/openmbm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

openmbm

a basic cuda accelerated implementation of the mbm stereo method (12ms per stereo pair on my machine ~5x faster than if build from plain opencv cuda functionalities) The kernels are developed for compute capability 5+ and cuda 7.5 I expect they will compile for lower versions but this needs to be explicitly enabled in the cmake file by changing the CUDA_ARC_XXX defines.

compile instructions mkdir build cd build cmake .. make -j8

./mbm ...

About

A basic cuda accelerated implementation of the mbm stereo method (12ms per stereo pair), Warning bugfixes from the new mlib version have not been backported to this extracted version

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published