Class ScaleByMinMaxValue
Scales by compressing a certain range of values into the 8-bit signal
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
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
-
ScaleByMinMaxValue
public ScaleByMinMaxValue()
-
-
Method Details
-
createConverter
Description copied from class:ConvertChannelTo
Creates the converter.- Specified by:
createConverter
in classConvertChannelTo<UnsignedByteBuffer>
- Returns:
- the created converter.
-
getMin
public int getMin() -
setMin
public void setMin(int min) -
getMax
public int getMax() -
setMax
public void setMax(int max)
-