Class DilateFunction<T,R>
- java.lang.Object
-
- science.aist.imaging.core.imageprocessing.segmentation.morph.DilateFunction<T,R>
-
- All Implemented Interfaces:
Function<ImageWrapper<T>,ImageWrapper<R>>
,ImageFunction<T,R>
public class DilateFunction<T,R> extends Object implements ImageFunction<T,R>
Implementation of Dilation
- Since:
- 1.0
- Author:
- Andreas Pointner
-
-
Constructor Summary
Constructors Constructor Description DilateFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImageWrapper<R>
apply(ImageWrapper<T> imageWrapper)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface science.aist.imaging.api.ImageFunction
andThen, andThenCloseInput, andThenConsumeInput
-
-
-
-
Method Detail
-
apply
public ImageWrapper<R> apply(ImageWrapper<T> imageWrapper)
-
-