Class ToByte

Object
AnchorBean<ConvertChannelTo<UnsignedByteBuffer>>
InitializableBean<ConvertChannelTo<UnsignedByteBuffer>, ImageInitialization>
ImageBean<ConvertChannelTo<UnsignedByteBuffer>>
ConvertChannelTo<UnsignedByteBuffer>
ToByte

public class ToByte extends ConvertChannelTo<UnsignedByteBuffer>
Converts a channel to unsigned byte format without any scaling.

This class extends ConvertChannelTo to provide a specific implementation for converting channels to unsigned byte format. The conversion is done directly without any scaling of values.

  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    ChannelConverter<UnsignedByteBuffer>
     

    Methods inherited from class org.anchoranalysis.bean.initializable.InitializableBean

    getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitialized, onInitialization

    Methods inherited from class org.anchoranalysis.bean.AnchorBean

    checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ToByte

      public ToByte()
  • Method Details

    • createConverter

      public ChannelConverter<UnsignedByteBuffer> createConverter()
      Specified by:
      createConverter in class ConvertChannelTo<UnsignedByteBuffer>