Uses of Interface net.sourceforge.jiu.color.data.Histogram1D

Uses in package net.sourceforge.jiu.color.data

Classes implementing net.sourceforge.jiu.color.data.Histogram1D

class
A one-dimensional histogram data class that stores its counters in memory.

Uses in package net.sourceforge.jiu.color.analysis

Fields of type net.sourceforge.jiu.color.data.Histogram1D

Histogram1D

Methods with parameter type net.sourceforge.jiu.color.data.Histogram1D

void
Sets a histogram object to be used for this operation.

Methods with return type net.sourceforge.jiu.color.data.Histogram1D

Histogram1D
Returns the histogram used in this operation.

Uses in package net.sourceforge.jiu.color.io

Methods with parameter type net.sourceforge.jiu.color.data.Histogram1D

void
HistogramSerialization.save(Histogram1D hist, PrintStream out)
Saves a one-dimensional histogram to a text output stream.