Class TransformFunction<T>
- java.lang.Object
-
- science.aist.imaging.core.imageprocessing.transformation.TransformFunction<T>
-
- All Implemented Interfaces:
BiFunction<ImageWrapper<?>,RotationOffset,ImageWrapper<T>>
public class TransformFunction<T> extends Object implements BiFunction<ImageWrapper<?>,RotationOffset,ImageWrapper<T>>
Transforms the object
- Since:
- 1.0
- Author:
- Andreas Pointner
-
-
Constructor Summary
Constructors Constructor Description TransformFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImageWrapper<T>
apply(ImageWrapper<?> imageWrapper, RotationOffset offset)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiFunction
andThen
-
-
-
-
Method Detail
-
apply
public ImageWrapper<T> apply(ImageWrapper<?> imageWrapper, RotationOffset offset)
- Specified by:
apply
in interfaceBiFunction<ImageWrapper<?>,RotationOffset,ImageWrapper<T>>
-
-