Skip to content

Python implementation of Arc* algorithm for event-based points detector and tracker

Notifications You must be signed in to change notification settings

eddie0509tw/Arc_star_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arc*: Asynchronous Event-based Corner Detection

This code is a reimplementation of the Arc* algorithm described in the paper "Asynchronous Corner Detection and Tracking for Event Cameras in Real Time", Alzugaray & Chli, RA-L 2018. This work was developed at the Vision for Robotics Lab, ETH Zurich.

Reference:

The code of detector is mainly reference and reimplement from this github, but in a python fashion. The implementation includes Arc detector and Arc tracker and it does not require the usage of ROS. The plot is from matplotlib package directly drawing events on the image frames.

How to use the code

Clone the repository and compile the project:

$ git clone https://github.com/eddie0509tw/Arc_star_python.git
$ python read_event.py 

You can use the event text files from the the Event Camera Dataset

About

Python implementation of Arc* algorithm for event-based points detector and tracker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages