T
- Image
type.public class MorphDilate<T extends RealType<T>> extends StatisticalOperation<T>
StatisticalOperation.SimpleCollectionStrategy<R extends RealType<R>>, StatisticalOperation.StatisticsCollectionStrategy<R extends RealType<R>>
Constructor and Description |
---|
MorphDilate(Image<T> imageIn,
StructuringElement strel) |
MorphDilate(Image<T> imageIn,
StructuringElement strel,
OutOfBoundsStrategyFactory<T> inOutsideFactory) |
Modifier and Type | Method and Description |
---|---|
protected void |
statsOp(LocalizableByDimCursor<T> cursor)
Perform the order statistic operation, then set the value of the type of the given cursor.
|
checkInput, close, getLastPosition, getList, getStrel, isInit, patchOperation, reset
getErrorMessage, getName, getOutputImage, getPatchSize, getProcessingTime, getResult, positionOffset, process, setErrorMessage, setImageFactory, setName
public MorphDilate(Image<T> imageIn, StructuringElement strel, OutOfBoundsStrategyFactory<T> inOutsideFactory)
public MorphDilate(Image<T> imageIn, StructuringElement strel)
protected void statsOp(LocalizableByDimCursor<T> cursor)
StatisticalOperation
statsOp
in class StatisticalOperation<T extends RealType<T>>
Copyright © 2015–2021 Fiji. All rights reserved.