Skip to content
Nico Kemnitz edited this page Jan 15, 2018 · 2 revisions

Chunked Graph

Structure

Chunk

Label

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)

Atomic Edge

Basic Operations

Add Node

Add Edge

Delete Edge

Get Children

Get Leaves

Get Root

Advanced Operations

Multi-Cut