Package | Description |
---|---|
sc.fiji.coloc.algorithms | |
sc.fiji.coloc.results |
Modifier and Type | Method and Description |
---|---|
void |
SpearmanRankCorrelation.execute(DataContainer<T> container) |
void |
PearsonsCorrelation.execute(DataContainer<T> container) |
void |
MandersColocalization.execute(DataContainer<T> container) |
void |
LiICQ.execute(DataContainer<T> container) |
void |
LiHistogram2D.execute(DataContainer<T> container) |
void |
KendallTauRankCorrelation.execute(DataContainer<T> container) |
void |
InputCheck.execute(DataContainer<T> container) |
void |
Histogram2D.execute(DataContainer<T> container) |
void |
CostesSignificanceTest.execute(DataContainer<T> container)
Builds a list of blocks that represent the images.
|
void |
AutoThresholdRegression.execute(DataContainer<T> container) |
abstract void |
Algorithm.execute(DataContainer<T> container)
Executes the previously initialized
Algorithm . |
protected void |
Histogram2D.generateHistogramData(DataContainer<T> container) |
protected RandomAccessibleInterval<T> |
Histogram2D.getImageCh1(DataContainer<T> container)
Gets the image of channel one.
|
protected RandomAccessibleInterval<T> |
Histogram2D.getImageCh2(DataContainer<T> container)
Gets the image of channel two.
|
protected double |
Histogram2D.getMaxCh1(DataContainer<T> container)
Gets the maximum of channel one.
|
protected double |
Histogram2D.getMaxCh2(DataContainer<T> container)
Gets the maximum of channel two.
|
protected double |
Histogram2D.getMinCh1(DataContainer<T> container)
Gets the minimum of channel one.
|
protected double |
Histogram2D.getMinCh2(DataContainer<T> container)
Gets the minimum of channel two.
|
protected double |
LiHistogram2D.getXBinWidth(DataContainer<T> container) |
protected double |
Histogram2D.getXBinWidth(DataContainer<T> container)
Calculates the bin width of one bin in x/ch1 direction.
|
protected double |
LiHistogram2D.getXMax(DataContainer<T> container) |
protected double |
Histogram2D.getXMax(DataContainer<T> container) |
protected double |
LiHistogram2D.getXMin(DataContainer<T> container) |
protected double |
Histogram2D.getXMin(DataContainer<T> container) |
protected double |
LiHistogram2D.getYBinWidth(DataContainer<T> container) |
protected double |
Histogram2D.getYBinWidth(DataContainer<T> container)
Calculates the bin width of one bin in y/ch2 direction.
|
protected double |
LiHistogram2D.getYMax(DataContainer<T> container) |
protected double |
Histogram2D.getYMax(DataContainer<T> container) |
protected double |
LiHistogram2D.getYMin(DataContainer<T> container) |
protected double |
Histogram2D.getYMin(DataContainer<T> container) |
Modifier and Type | Field and Description |
---|---|
protected DataContainer<T> |
EasyDisplay.container |
protected DataContainer<T> |
SingleWindowDisplay.dataContainer |
Modifier and Type | Method and Description |
---|---|
protected void |
EasyDisplay.printTextStatistics(DataContainer<T> container) |
Constructor and Description |
---|
EasyDisplay(DataContainer<T> container) |
PDFWriter(DataContainer<T> container)
Creates a new PDFWriter that can access the container.
|
SingleWindowDisplay(DataContainer<T> container,
PDFWriter<T> pdfWriter) |
Copyright © 2015–2021 Fiji. All rights reserved.