Skip to content

An implementation of multi-layered stixel computation based on stereo vision

Notifications You must be signed in to change notification settings

tiantianxuabc/Multilayer-Stixel

Repository files navigation

Multilayer-Stixel

An implementation of multi-layered stixel computation based on stereo vision(SGM)

the code is based on c++ and opencv

the version of opencv is 4.0

Left | Right

The image data  is  http://www.cvlibs.net/datasets/kitti/eval_stereo.php

the code is : 
std::string bufl = left_001.img;

std::string bufr = right_001.img;
Now try to run:

main.cpp

About

An implementation of multi-layered stixel computation based on stereo vision

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages