T
- public class LiHistogram2D<T extends RealType<T>> extends Histogram2D<T>
Histogram2D.DrawingFlags
ch1Label, ch2Label, swapChannels, title, xBins, yBins
Constructor and Description |
---|
LiHistogram2D(boolean useCh1) |
LiHistogram2D(String title,
boolean useCh1) |
LiHistogram2D(String title,
boolean swapChannels,
boolean useCh1) |
LiHistogram2D(String title,
boolean swapChannels,
boolean useCh1,
EnumSet<Histogram2D.DrawingFlags> drawingSettings) |
Modifier and Type | Method and Description |
---|---|
void |
execute(DataContainer<T> container)
Executes the previously initialized
Algorithm . |
protected double |
getXBinWidth(DataContainer<T> container)
Calculates the bin width of one bin in x/ch1 direction.
|
protected double |
getXMax(DataContainer<T> container) |
protected double |
getXMin(DataContainer<T> container) |
protected int |
getXValue(double ch1Val,
double ch1BinWidth,
double ch2Val,
double ch2BinWidth)
Calculates the locations x value.
|
protected double |
getYBinWidth(DataContainer<T> container)
Calculates the bin width of one bin in y/ch2 direction.
|
protected double |
getYMax(DataContainer<T> container) |
protected double |
getYMin(DataContainer<T> container) |
protected int |
getYValue(double ch1Val,
double ch1BinWidth,
double ch2Val,
double ch2BinWidth)
Calculates the locations y value.
|
generateHistogramData, getData, getDrawingSettings, getImageCh1, getImageCh2, getLabelCh1, getLabelCh2, getMaxCh1, getMaxCh2, getMinCh1, getMinCh2, getPlotImage, getTitle, getXBinWidth, getXLabel, getXMax, getXMin, getYBinWidth, getYLabel, getYMax, getYMin, processResults
addWarning, getName, getWarnings
public LiHistogram2D(boolean useCh1)
public LiHistogram2D(String title, boolean useCh1)
public LiHistogram2D(String title, boolean swapChannels, boolean useCh1)
public LiHistogram2D(String title, boolean swapChannels, boolean useCh1, EnumSet<Histogram2D.DrawingFlags> drawingSettings)
public void execute(DataContainer<T> container) throws MissingPreconditionException
Algorithm
Algorithm
.execute
in class Histogram2D<T extends RealType<T>>
MissingPreconditionException
protected double getXBinWidth(DataContainer<T> container)
Histogram2D
getXBinWidth
in class Histogram2D<T extends RealType<T>>
container
- The container with images to work onprotected double getYBinWidth(DataContainer<T> container)
Histogram2D
getYBinWidth
in class Histogram2D<T extends RealType<T>>
container
- The container with images to work onprotected int getXValue(double ch1Val, double ch1BinWidth, double ch2Val, double ch2BinWidth)
Histogram2D
getXValue
in class Histogram2D<T extends RealType<T>>
ch1Val
- The intensity of channel onech1BinWidth
- The bin width for channel oneprotected int getYValue(double ch1Val, double ch1BinWidth, double ch2Val, double ch2BinWidth)
Histogram2D
getYValue
in class Histogram2D<T extends RealType<T>>
ch2Val
- The intensity of channel onech2BinWidth
- The bin width for channel oneprotected double getXMin(DataContainer<T> container)
getXMin
in class Histogram2D<T extends RealType<T>>
protected double getXMax(DataContainer<T> container)
getXMax
in class Histogram2D<T extends RealType<T>>
protected double getYMin(DataContainer<T> container)
getYMin
in class Histogram2D<T extends RealType<T>>
protected double getYMax(DataContainer<T> container)
getYMax
in class Histogram2D<T extends RealType<T>>
Copyright © 2015–2021 Fiji. All rights reserved.