Class ConvertChannelToWithHistogram<T>
Object
org.anchoranalysis.bean.AnchorBean<ConvertChannelToWithHistogram<T>>
org.anchoranalysis.image.bean.channel.ConvertChannelToWithHistogram<T>
- Type Parameters:
T- the buffer-type to convert the channel to
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 Modifier Constructor Description protectedConvertChannelToWithHistogram() -
Method Summary
Modifier and Type Method Description abstract ChannelConverterAttached<org.anchoranalysis.math.histogram.Histogram,T>createConverter()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
public abstract ChannelConverterAttached<org.anchoranalysis.math.histogram.Histogram,T> createConverter()Creates the converter.- Returns:
- the created converter.
-