Interface | Description |
---|---|
StatisticalOperation.StatisticsCollectionStrategy<R extends RealType<R>> |
Implements a strategy for populating the sorted list associated with this
StatisticalOperation.
|
Class | Description |
---|---|
DirectConvolution<T extends RealType<T>,R extends RealType<R>,S extends RealType<S>> |
DirectConvolution is an ROIAlgorithm designed to do both convolution and cross-correlation
by operating on the image and kernel directly, rather than by using such time-saving tricks as
FFT.
|
DirectCrossCorr<T extends RealType<T>,R extends RealType<R>,S extends RealType<S>> |
DirectCrossCorr performs direct cross-correlation of a kernel against an image.
|
MedianFilter<T extends RealType<T>> |
Median filter / morphological operation.
|
MorphClose<T extends RealType<T>> |
Close morphological operation.
|
MorphDilate<T extends RealType<T>> |
Dilation morphological operation.
|
MorphErode<T extends RealType<T>> |
Erosion morphological operation.
|
MorphOpen<T extends RealType<T>> |
Open morphological operation.
|
StatisticalOperation<T extends RealType<T>> |
StatisticalOperation provides the framework to create Order Statistic operations.
|
StructuringElement |
TODO
|
Copyright © 2015–2021 Fiji. All rights reserved.