Class StackDisplayer

Direct Known Subclasses:
IntensityQuantiles

public abstract class StackDisplayer extends AnchorBean<StackDisplayer>
Converts from a Channel or Stack to a DisplayStack so that it can be displayed.

Only images in two forms may be displayed:

  • a single-channeled image (grayscale) with unsigned 8-bit voxel data type
  • a RGB image with three channels, each with unsigned 8-bit voxel data type.

Any other form of image, will be converted into one of the above (the former only if there is a single-channel).

If there are more than three channels, the first three channels are taken.

If there are only two channels, they occupy respectively the red and blue channels (green is left blank).

Author:
Owen Feehan
  • Constructor Details

    • StackDisplayer

      public StackDisplayer()
  • Method Details