Interface | Description |
---|---|
Neighborhood |
A Neighborhood ties together a set of points (
PointSet ) and a text
description. |
Class | Description |
---|---|
AbstractNoiseReducerPlugin<U extends RealType<U>> |
Abstract super class for noise reduction plugin implementations.
|
NoiseReductionAdaptiveMedian<U extends RealType<U>> |
Reduces noise in an image by applying an adaptive median algorithm.
|
NoiseReductionAlphaTrimmedMean<T extends RealType<T>> |
Reduces noise in an image by replacing each pixel with the calculated alpha
trimmed mean of neighboring values.
|
NoiseReductionContraharmonicMean<T extends RealType<T>> |
Reduces noise in an image by replacing each pixel with the calculated
contraharmonic mean of neighboring values.
|
NoiseReductionGeometricMean<T extends RealType<T>> |
Reduces noise in an image by replacing each pixel with the calculated
geometric mean of neighboring values.
|
NoiseReductionHarmonicMean<T extends RealType<T>> |
Reduces noise in an image by replacing each pixel with the calculated
harmonic mean of neighboring values.
|
NoiseReductionMax<T extends RealType<T>> |
Reduces noise in an image by replacing each pixel with the calculated max of
neighboring values.
|
NoiseReductionMean<T extends RealType<T>> |
Reduces noise in an image by replacing each pixel with the calculated
arithmetic mean of neighboring values.
|
NoiseReductionMedian<T extends RealType<T>> |
Reduces noise in an image by replacing each pixel with the calculated median
of neighboring values.
|
NoiseReductionMidpoint<T extends RealType<T>> |
Reduces noise in an image by replacing each pixel with the calculated
midpoint value of neighboring values.
|
NoiseReductionMin<T extends RealType<T>> |
Reduces noise in an image by replacing each pixel with the calculated min of
neighboring values.
|
NoiseReductionTrimmedMean<T extends RealType<T>> |
Reduces noise in an image by replacing each pixel with the calculated trimmed
mean of neighboring values.
|
RadialNeigh |
A circular neighborhood of specifiable radius.
|
RadialNeighborhoodSpecifier |
Plugin for specifying a circular neighborhood.
|
RectangularNeigh |
A rectangular neighborhood of specifiable size.
|
RectangularNeighborhoodSpecifier |
Plugin for specifying a rectangular neighborhood.
|
Reducer<U extends RealType<U>,V extends RealType<V>> |
Reduces noise in an
ImgPlus using a given reduction func across a
given neighborhood. |
WithinRadiusOfPointSetOriginCondition |
Enum | Description |
---|---|
AbstractNoiseReducerPlugin.NeighborhoodType |
Copyright © 2014–2022 ImageJ. All rights reserved.