Interface | Description |
---|---|
MinMaxMethod<T extends Type<T> & Comparable<T>> |
The MinMaxMethod is used to find the minimum and maximum values of an
interval.
|
Class | Description |
---|---|
AbstractMinMaxMethod<T extends Type<T> & Comparable<T>> |
Abstract superclass for
MinMaxMethod implementations. |
DefaultMinMaxMethod<T extends Type<T> & Comparable<T>> |
A
MinMaxMethod implementation that forks
net.imglib2.algorithm.stats.ComputeMinMax . |
Copyright © 2014–2022 ImageJ. All rights reserved.