Package | Description |
---|---|
net.imagej.ops.math |
Modifier and Type | Class and Description |
---|---|
static class |
PrimitiveMath.DoubleMin
Op that computes the minimum of two double values.
|
static class |
PrimitiveMath.FloatMin
Op that computes the minimum of two float values.
|
static class |
PrimitiveMath.IntegerMin
Op that computes the minimum of two int values.
|
static class |
PrimitiveMath.LongMin
Op that computes the minimum of two long values.
|
static class |
UnaryRealTypeMath.MinConstant<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 is less then a minimum value.
|
Copyright © 2014–2022 ImageJ. All rights reserved.