Class ChannelMerger<I,T>
- java.lang.Object
-
- science.aist.imaging.core.imageprocessing.conversion.ChannelMerger<I,T>
-
- All Implemented Interfaces:
BiFunction<List<ImageWrapper<I>>,ChannelType,ImageWrapper<T>>
public class ChannelMerger<I,T> extends Object implements BiFunction<List<ImageWrapper<I>>,ChannelType,ImageWrapper<T>>
Class for merging multiple images to one image
- Since:
- 1.0
- Author:
- Christoph Praschl
-
-
Constructor Summary
Constructors Constructor Description ChannelMerger()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImageWrapper<T>
apply(List<ImageWrapper<I>> imageWrapperList, ChannelType channelType)
-
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(List<ImageWrapper<I>> imageWrapperList, ChannelType channelType)
- Specified by:
apply
in interfaceBiFunction<List<ImageWrapper<I>>,ChannelType,ImageWrapper<T>>
-
-