Class RegistrationImageFunction<T,R>
- java.lang.Object
-
- science.aist.imaging.core.imageprocessing.registration.RegistrationImageFunction<T,R>
-
- All Implemented Interfaces:
BiFunction<ImageWrapper<T>,ImageWrapper<R>,RotationOffset>
public class RegistrationImageFunction<T,R> extends Object implements BiFunction<ImageWrapper<T>,ImageWrapper<R>,RotationOffset>
Registers two images
- Since:
- 1.0
- Author:
- Christoph Praschl
-
-
Constructor Summary
Constructors Constructor Description RegistrationImageFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RotationOffset
apply(ImageWrapper<T> ref, ImageWrapper<R> test)
-
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 RotationOffset apply(ImageWrapper<T> ref, ImageWrapper<R> test)
- Specified by:
apply
in interfaceBiFunction<ImageWrapper<T>,ImageWrapper<R>,RotationOffset>
-
-