|
Algorithm 1 CeleX-MNIST dataset acquisition using CelePixel |
-
Sensor Mode:
intensity
-
Picture Mode:
gray picture
-
Input:
image matrix
-
Output:
raw events
-
INITIALIZATION:
-
1:
load dataset
-
LOOP PROCESS
-
2:
for to 599 do
-
3:
display black image
-
4:
pause for 0.2 s
-
5:
start collecting events
-
6:
scale image to 800 × 800
-
7:
display image
-
8:
label event
-
9:
pause for 0.2 s
-
10:
stop collecting events
-
11:
display black image
-
12:
pause for 0.2 s
-
13:
export collected events
|