public class AdjustInput extends Object
Constructor and Description |
---|
AdjustInput() |
Modifier and Type | Method and Description |
---|---|
static void |
normImg(IterableInterval<FloatType> img)
Norms an image so that the sum over all pixels is 1.
|
static double |
sumImg(IterableInterval<FloatType> img) |
public static Random rnd
public static final void normImg(IterableInterval<FloatType> img)
img
- - the IterableInterval
to normalizepublic static final double sumImg(IterableInterval<FloatType> img)
img
- - the input IterableInterval
RealSum
Copyright © 2015–2021 Fiji. All rights reserved.