EVO

Matlab/C++ implementation of Event-Based Multi-View Stereo (mapping half of Event-Based Visual Odometry, i.e. using ground truth poses for localization).

Note: After we worked on this project, the authors of the paper published source code for EMVS. They have also compiled a helpful list of resources for event-based vision.

Prerequisites

Matlab: standalone - just need to get data.

ROS node (work in progress):

Data

Get datasets from University of Zurich's [Event-Camera Dataset].

Matlab: download data in txt format, and run ExtractData on it to get a mat file.

ROS node: download rosbag to data folder and point emvs.launch to it.

Running

Matlab: Run EMVS.m

ROS node: roslaunch evo emvs.launch

Authors

References