Package | Description |
---|---|
net.imagej.ops.math |
Modifier and Type | Class and Description |
---|---|
static class |
PrimitiveMath.DoubleMax
Op that computes the maximum of two double values.
|
static class |
PrimitiveMath.FloatMax
Op that computes the maximum of two float values.
|
static class |
PrimitiveMath.IntegerMax
Op that computes the maximum of two int values.
|
static class |
PrimitiveMath.LongMax
Op that computes the maximum of two long values.
|
static class |
UnaryRealTypeMath.MaxConstant<I extends RealType<I>,O extends RealType<O>>
Sets the real component of an output real number to the real component of
an input real number unless it exceeds a maximum value.
|
Copyright © 2014–2022 ImageJ. All rights reserved.