T
- Image
type.public class MorphClose<T extends RealType<T>> extends Object implements OutputAlgorithm<T>, Benchmark
MorphDilate
and a
MorphErode
, taking the output from the first, and passing it to the second.Constructor and Description |
---|
MorphClose(Image<T> imageIn,
StructuringElement strelIn) |
MorphClose(Image<T> imageIn,
StructuringElement strelIn,
OutOfBoundsStrategyFactory<T> inOutsideFactory) |
Modifier and Type | Method and Description |
---|---|
boolean |
checkInput() |
String |
getErrorMessage() |
long |
getProcessingTime() |
Image<T> |
getResult() |
boolean |
process() |
public MorphClose(Image<T> imageIn, StructuringElement strelIn)
public MorphClose(Image<T> imageIn, StructuringElement strelIn, OutOfBoundsStrategyFactory<T> inOutsideFactory)
public Image<T> getResult()
getResult
in interface OutputAlgorithm<T extends RealType<T>>
public boolean checkInput()
checkInput
in interface Algorithm
public String getErrorMessage()
getErrorMessage
in interface Algorithm
public long getProcessingTime()
getProcessingTime
in interface Benchmark
Copyright © 2015–2021 Fiji. All rights reserved.