Package | Description |
---|---|
net.imagej.plugins.commands.assign.noisereduce |
Modifier and Type | Class and Description |
---|---|
class |
NoiseReductionAlphaTrimmedMean<T extends RealType<T>>
Reduces noise in an image by replacing each pixel with the calculated alpha
trimmed mean of neighboring values.
|
class |
NoiseReductionContraharmonicMean<T extends RealType<T>>
Reduces noise in an image by replacing each pixel with the calculated
contraharmonic mean of neighboring values.
|
class |
NoiseReductionGeometricMean<T extends RealType<T>>
Reduces noise in an image by replacing each pixel with the calculated
geometric mean of neighboring values.
|
class |
NoiseReductionHarmonicMean<T extends RealType<T>>
Reduces noise in an image by replacing each pixel with the calculated
harmonic mean of neighboring values.
|
class |
NoiseReductionMax<T extends RealType<T>>
Reduces noise in an image by replacing each pixel with the calculated max of
neighboring values.
|
class |
NoiseReductionMean<T extends RealType<T>>
Reduces noise in an image by replacing each pixel with the calculated
arithmetic mean of neighboring values.
|
class |
NoiseReductionMedian<T extends RealType<T>>
Reduces noise in an image by replacing each pixel with the calculated median
of neighboring values.
|
class |
NoiseReductionMidpoint<T extends RealType<T>>
Reduces noise in an image by replacing each pixel with the calculated
midpoint value of neighboring values.
|
class |
NoiseReductionMin<T extends RealType<T>>
Reduces noise in an image by replacing each pixel with the calculated min of
neighboring values.
|
class |
NoiseReductionTrimmedMean<T extends RealType<T>>
Reduces noise in an image by replacing each pixel with the calculated trimmed
mean of neighboring values.
|
Copyright © 2014–2022 ImageJ. All rights reserved.