Skip to content

Official implementation of AISY 2022 paper MC-EMVS (Multi-Camera Event-based Multi-View Stereo)

Notifications You must be signed in to change notification settings

tub-rip/dvs_mcemvs

Repository files navigation

MC-EMVS: Multi-Camera Event-based Multi-View Stereo

This is the code for the journal paper Multi-Event-Camera Depth Estimation and Outlier Rejection by Refocused Events Fusion, also known as MC-EMVS: Multi-Camera Event-based Multi-View Stereo, by Suman Ghosh and Guillermo Gallego, published at Advanced Intelligent Systems.

Multi-Event-Camera Depth Estimation and Outlier Rejection by Refocused Events Fusion

If you use this work in your research, please cite it as follows:

@article{Ghosh22aisy,
  author = {Ghosh, Suman and Gallego, Guillermo},  
  title = {Multi-Event-Camera Depth Estimation and Outlier Rejection by Refocused Events Fusion},
  journal = {Advanced Intelligent Systems},
  year = {2022},
  doi = {10.1002/aisy.202200221}
}

Data Processing Pipeline

pipeline

Input

  • Events from multiple cameras
  • Pose of camera rig
  • Camera calibration (intrinsic, extrinsic, hand-eye) parameters

Output

  • Depth map
  • Confidence map
  • Point cloud
  • Intermediate ray density maps / Disparity Space Images (DSI)

Code

License

The license is available here.

Follow-up works

Additional Resources on Event-based Vision

Releases

No releases published

Packages

No packages published

Languages