File tree 3 files changed +6
-3
lines changed
src/main/java/net/imglib2/algorithm/stats
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,8 @@ public class Max
46
46
{
47
47
/**
48
48
* Find the maximum value and its position in an {@link IterableInterval}.
49
- *
49
+ *
50
+ * @implNote op name='findMax', type='java.util.function.Function'
50
51
* @param iterable
51
52
* input interval.
52
53
* @return a cursor positioned on the global maximum. If several maxima with
Original file line number Diff line number Diff line change @@ -46,7 +46,8 @@ public class Min
46
46
{
47
47
/**
48
48
* Find the minimum value and its position in an {@link IterableInterval}.
49
- *
49
+ *
50
+ * @implNote op name='findMin', type='java.util.function.Function'
50
51
* @param iterable
51
52
* input interval.
52
53
* @return a cursor positioned on the global minimum. If several minima with
Original file line number Diff line number Diff line change @@ -42,7 +42,8 @@ public class Normalize
42
42
{
43
43
/**
44
44
* Normalize values of an {@link IterableInterval} to the range [min, max].
45
- *
45
+ *
46
+ * @implNote op name='normalize', type='org.scijava.function.Inplaces.Arity3_1'
46
47
* @param iterable
47
48
* the interval to be normalized.
48
49
* @param min
You can’t perform that action at this time.
0 commit comments