Class HistogramCSVGenerator

Object
org.anchoranalysis.io.generator.SingleFileTypeGenerator<T,​T>
org.anchoranalysis.io.generator.OneStageGenerator<T>
org.anchoranalysis.io.generator.tabular.CSVGenerator<org.anchoranalysis.math.histogram.Histogram>
org.anchoranalysis.image.io.histogram.output.HistogramCSVGenerator
All Implemented Interfaces:
Generator<org.anchoranalysis.math.histogram.Histogram>, TransformingGenerator<org.anchoranalysis.math.histogram.Histogram,​org.anchoranalysis.math.histogram.Histogram>, ElementWriter<org.anchoranalysis.math.histogram.Histogram>

public class HistogramCSVGenerator
extends CSVGenerator<org.anchoranalysis.math.histogram.Histogram>
Writes a histogram to a CSV file.
Author:
Owen Feehan