Releases: yucicheung/CelexMatlabToolbox
Releases · yucicheung/CelexMatlabToolbox
CelexMatlabToolbox 1.3
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 ofx,y,adc,t
,wheret
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.
- Decode from raw data(
demo.m
- An executable demo file, which includes all sample usage to call the functions in folder
functions
.
- An executable demo file, which includes all sample usage to call the functions in folder
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.