Class ConvertWithHistogram<T>

Type Parameters:
T - the buffer-type to convert the channel to
All Implemented Interfaces:
Provider<Channel>, ProviderAsStack

public class ConvertWithHistogram<T> extends ConvertBase
Converts a channel to a different voxel data-type by applying a converter with an associated histogram.

The histogram can be either provided, or it will be derived from the image anew.

Author:
Owen Feehan
  • Constructor Details

    • ConvertWithHistogram

      public ConvertWithHistogram()
  • Method Details