Package | Description |
---|---|
sc.fiji.coloc | |
sc.fiji.coloc.algorithms | |
sc.fiji.coloc.results |
Modifier and Type | Field and Description |
---|---|
protected Histogram2D<T> |
Coloc_2.histogram2D |
Modifier and Type | Class and Description |
---|---|
class |
LiHistogram2D<T extends RealType<T>>
Represents the creation of a 2D histogram between two images.
|
Modifier and Type | Field and Description |
---|---|
protected Map<RandomAccessibleInterval<LongType>,Histogram2D<T>> |
SingleWindowDisplay.mapOf2DHistograms |
Modifier and Type | Method and Description |
---|---|
Map<RandomAccessibleInterval<LongType>,Histogram2D<T>> |
AnalysisResults.histograms() |
Modifier and Type | Method and Description |
---|---|
void |
SingleWindowDisplay.handleHistogram(Histogram2D<T> histogram,
String name) |
void |
ResultHandler.handleHistogram(Histogram2D<T> histogram,
String name) |
void |
PDFWriter.handleHistogram(Histogram2D<T> histogram,
String name)
Handles a histogram the following way: create snapshot, log data, reset the
display range, apply the Fire LUT and finally store it as an iText PDF image.
|
void |
EasyDisplay.handleHistogram(Histogram2D<T> histogram,
String name) |
void |
AnalysisResults.handleHistogram(Histogram2D<T> histogram,
String name) |
Copyright © 2015–2021 Fiji. All rights reserved.