Module org.scijava.ops.image
Class DefaultASCII<T extends RealType<T>>
- java.lang.Object
-
- org.scijava.ops.image.image.ascii.DefaultASCII<T>
-
- All Implemented Interfaces:
Functions.Arity3<IterableInterval<T>,T,T,String>
public class DefaultASCII<T extends RealType<T>> extends Object implements Functions.Arity3<IterableInterval<T>,T,T,String>
Generates an ASCII version of an image.Only the first two dimensions of the image are considered.
- Author:
- Curtis Rueden
- Implementation Note:
- op names='image.ascii'
-
-
Constructor Summary
Constructors Constructor Description DefaultASCII()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringapply(IterableInterval<T> input, T min, T max)TODOstatic <T extends RealType<T>>
Stringascii(IterableInterval<T> image, T min, T max)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.scijava.function.Functions.Arity3
andThen
-
-
-
-
Method Detail
-
apply
public String apply(IterableInterval<T> input, T min, T max)
TODO
-
ascii
public static <T extends RealType<T>> String ascii(IterableInterval<T> image, T min, T max)
-
-