Class ConvertChannelToWithHistogram<T>
- Type Parameters:
T
- the buffer-type to convert the channel to
- Direct Known Subclasses:
ToByteUpperLowerQuantileIntensity
public abstract class ConvertChannelToWithHistogram<T>
extends AnchorBean<ConvertChannelToWithHistogram<T>>
Creates a
ChannelConverterAttached<Histogram, T>
for converting a channel to a particular
type, making use of a Histogram
.- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ChannelConverterAttached
<Histogram, T> Creates the converter.Methods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
ConvertChannelToWithHistogram
protected ConvertChannelToWithHistogram()
-
-
Method Details
-
createConverter
Creates the converter.- Returns:
- the created converter.
-