Package | Description |
---|---|
ini.trakem2.display | |
ini.trakem2.imaging.filters |
Modifier and Type | Method and Description |
---|---|
IFilter[] |
Patch.getFilters() |
Modifier and Type | Method and Description |
---|---|
void |
Patch.appendFilters(IFilter[] fs)
|
void |
Patch.setFilters(IFilter[] fs)
Set an array of @{link
IFilter , which are applied in order to the ImageProcessor
after the preprocessor script is applied but before the rest of TrakEM2 sees the image. |
Modifier and Type | Class and Description |
---|---|
class |
CLAHE |
class |
CorrectBackground |
class |
DefaultMinAndMax
Sets the minimum to zero and the maximum to the maximum supported, or 255 for FloatProcessor
and any other unknown
ImageProcessor . |
class |
EnhanceContrast
Uses the @{link
ContrastEnhancer.stretchHistogram(ImageProcessor, double, ImageStatistics) function. |
class |
EqualizeHistogram |
class |
GaussianBlur
Smooth with a Gaussian.
|
class |
Invert |
class |
LUTBlue |
class |
LUTCustom |
class |
LUTCyan |
class |
LUTGreen |
class |
LUTMagenta |
class |
LUTOrange |
class |
LUTRed |
class |
LUTYellow |
class |
Normalize |
class |
NormalizeLocalContrast |
class |
RankFilter |
class |
ResetMinAndMax |
class |
RobustNormalizeLocalContrast |
class |
SubtractBackground
Subtract background with the rolling-ball algorithm.
|
class |
ValueToNoise |
Modifier and Type | Method and Description |
---|---|
static IFilter[] |
FilterEditor.duplicate(IFilter[] fs) |
Modifier and Type | Method and Description |
---|---|
static IFilter[] |
FilterEditor.duplicate(IFilter[] fs) |
Copyright © 2015–2021 Fiji. All rights reserved.