-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Nico Kemnitz edited this page Jan 15, 2018
·
2 revisions
Each node within the chunked graph is identified by a unique 64 bit label. A label implicitly contains information about its chunk position: Label = [depth, x, y, z, segmentId]. The bit length of each component should be adjusted to the respective dataset. (TODO: Right now it is still set to a fixed size of 8,8,8,32. See #7)