datatype

package
v0.0.0-...-e545f54 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 6, 2014 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Overview

Package datatype handles registration and processing of arbitrary data types with the DVID datastore.

Data types are declared in the main dvid.go file under imports. An example:

import (
	// Declare the data types this DVID executable will support
	_ "github.com/janelia-flyem/dvid/datatype/grayscale8"
	_ "github.com/janelia-flyem/dvid/datatype/label64"
	_ "randomsite.org/datatypes/myfoo"
)

Directories

Path Synopsis
Package keyvalue implements DVID support for data using generic key/value.
Package keyvalue implements DVID support for data using generic key/value.
Package labelmap implements DVID support for label->label mapping including spatial index tracking.
Package labelmap implements DVID support for label->label mapping including spatial index tracking.
Package labels provides various indexing options for labels and label maps.
Package labels provides various indexing options for labels and label maps.
Package labels64 tailors the voxels data type for 64-bit labels and allows loading of NRGBA images (e.g., Raveler superpixel PNG images) that implicitly use slice Z as part of the label index.
Package labels64 tailors the voxels data type for 64-bit labels and allows loading of NRGBA images (e.g., Raveler superpixel PNG images) that implicitly use slice Z as part of the label index.
Package multichan16 tailors the voxels data type for 16-bit fluorescent images with multiple channels that can be read from V3D Raw format.
Package multichan16 tailors the voxels data type for 16-bit fluorescent images with multiple channels that can be read from V3D Raw format.
Package multiscale2d implements DVID support for multiscale2ds in XY, XZ, and YZ orientation.
Package multiscale2d implements DVID support for multiscale2ds in XY, XZ, and YZ orientation.
Package voxels implements DVID support for data using voxels as elements.
Package voxels implements DVID support for data using voxels as elements.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL