public class SubtractNorm<A extends NumericType<A>> extends Object implements Function<A,A,A>
Constructor and Description |
---|
SubtractNorm(A normalizationFactor) |
Modifier and Type | Method and Description |
---|---|
void |
compute(A input1,
A input2,
A output)
Perform an operation with inputs S and T and output U.
|
public SubtractNorm(A normalizationFactor)
public void compute(A input1, A input2, A output)
Function
compute
in interface Function<A extends NumericType<A>,A extends NumericType<A>,A extends NumericType<A>>
Copyright © 2015–2022 ImgLib2. All rights reserved.