Class ToByte
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
Modifier and TypeMethodDescriptionCreates the converter.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
-
Constructor Details
-
ToByte
public ToByte()
-
-
Method Details
-
createConverter
Description copied from class:ConvertChannelTo
Creates the converter.- Specified by:
createConverter
in classConvertChannelTo<UnsignedByteBuffer>
- Returns:
- the created converter.
-