public class ComputerConverter<A,B> extends Object implements Converter<A,B>
Converter
UnaryComputerOp
ComputerConverter(UnaryComputerOp<A,B> op)
void
convert(A input, B output)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ComputerConverter(UnaryComputerOp<A,B> op)
public void convert(A input, B output)
convert
Converter<A,B>
Copyright © 2014–2022 ImageJ. All rights reserved.