public class Normalize extends Object
Constructor and Description |
---|
Normalize() |
Modifier and Type | Method and Description |
---|---|
static <T extends NumericType<T> & Comparable<T>> |
normalize(IterableInterval<T> iterable,
T min,
T max)
Normalize values of an
IterableInterval to the range [min, max]. |
public static <T extends NumericType<T> & Comparable<T>> void normalize(IterableInterval<T> iterable, T min, T max)
IterableInterval
to the range [min, max].iterable
- the interval to be normalized.min
- target minimum value of the normalized interval.max
- target maximum value of the normalized interval.Copyright © 2015–2022 ImgLib2. All rights reserved.