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 -
Method Summary
Methods inherited from class org.anchoranalysis.bean.initializable.InitializableBean
getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitialized, onInitializationMethods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
ToByte
public ToByte()
-
-
Method Details
-
createConverter
public ChannelConverter<UnsignedByteBuffer> createConverter()- Specified by:
createConverterin classConvertChannelTo<UnsignedByteBuffer>
-