Skip to content

Releases: yucicheung/CelexMatlabToolbox

CelexMatlabToolbox 1.3

02 Sep 13:33
Compare
Choose a tag to compare

Introduction

CelexMatlabToolbox is a matlab toolbox to process the events collected using Celex IV Dynamic Vision Sensor.

File structure and Functions

  • functions: a collection of matlab functions.
    • Decode from raw data(.bin file) in batches and return events in format of x,y,adc,t,where t is the continuous time stamp.
    • Save decoded events as mat file in memory-efficient way.
    • Load events from mat file.
    • Show and save binary pics from events.
    • Show and save gray pics from events.
    • Show and save accumulated gray pics from events.
    • Show and save denoised binary pics from events.
    • Show and save denoised gray pics from events.
    • Display 3D events flow from events.
    • Accumulate frames by specified time interval in certain range (in percentage), and user can skip the first specified amount of frames if needed and also determine the time for each frame to show.
  • demo.m
    • An executable demo file, which includes all sample usage to call the functions in folder functions.

Notice

  • Publication of v1.0-1.2 has been recalled.
  • From this version on, only encrypted code will be published.
  • createImgFromRawData.m has been removed.