Module org.scijava.ops.image
Class ClipRealTypes<I extends RealType<I>,O extends RealType<O>>
- java.lang.Object
-
- org.scijava.ops.image.convert.clip.ClipRealTypes<I,O>
-
- All Implemented Interfaces:
BiConsumer<I,O>,Computers.Arity1<I,O>
public class ClipRealTypes<I extends RealType<I>,O extends RealType<O>> extends Object implements Computers.Arity1<I,O>
Copies the value of oneRealTypeto another, and clips values which are outside of the output types range.- Author:
- Martin Horn (University of Konstanz)
- Implementation Note:
- op names='convert.clip'
-
-
Constructor Summary
Constructors Constructor Description ClipRealTypes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcompute(I input, O output)TODO-
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.BiConsumer
andThen
-
Methods inherited from interface org.scijava.function.Computers.Arity1
accept
-
-