Search
Depth Coding

Depth coding

2020-01-25: This is under development and is being tracked as Issue #32, which given the existing codebase is easy picking.

Depth coding is a 2D projection visualization of a 3D volume. In the brightfield modality, the data is "grayscale" i.e. each original voxel is single channel (the "intensity") rather than three channel color values. In the case of the Allen Institute's data, the intensity values are 8-bit i.e. they range from 0 to 255. Imaging neurons via biocytin staining means the stained neuron is opoque i.e. in-neuron voxels have intensities which are low, while the "field" is bright i.e. the intensities of the voxels have high values. Due to this, the valuable project is is the Minimal Intensity Projection (the MinIP) rather than, say, the Maximum Intensity Projection. Ergo, depth coding in brightfield means mapping the depth to a color along a rainbow while running the MinIP algorithm.

ImageJ has a depth coding plug-in. The example micrography is not brightfield but it illustrates what depth coding looks like. The input would look like:

Z coding the depth looks like:

Finally, the Maximum Intensity Projections of that looks like:

Note: this example is from a fluorescent modality wherein the maximum intensity is collected; brightfield collects the minimum intensities per Z column.