Class ChannelConverterMulti

Object
ChannelConverterMulti

public class ChannelConverterMulti extends Object
Converts a channel from one voxel data-type to one of multiple other types.
Author:
Owen Feehan
  • Constructor Details

    • ChannelConverterMulti

      public ChannelConverterMulti()
  • Method Details

    • convert

      public Channel convert(Channel channel, VoxelDataType outputVoxelType)
      Converts a Channel's voxels to another type.
      Parameters:
      channel - the channel to convert.
      outputVoxelType - the data-type to convert to.
      Returns:
      a Channel with voxel's of type outputVoxelType.