Class ConvertChannelTo<T>

Type Parameters:
T - destination voxel type to convert to
Direct Known Subclasses:
ScaleByDictionary, ScaleByMinMaxValue, ScaleByTypeToByte, ToByte

public abstract class ConvertChannelTo<T> extends ImageBean<ConvertChannelTo<T>>
Creates a ChannelConverter for converting a channel to a particular type.
  • Constructor Details

    • ConvertChannelTo

      protected ConvertChannelTo()
  • Method Details