Skip to content

Commit

Permalink
Opify stats package
Browse files Browse the repository at this point in the history
  • Loading branch information
gselzer committed Mar 4, 2022
1 parent afc783f commit 97fe718
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/main/java/net/imglib2/algorithm/stats/Max.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ public class Max
{
/**
* Find the maximum value and its position in an {@link IterableInterval}.
*
*
* @implNote op name='findMax', type='java.util.function.Function'
* @param iterable
* input interval.
* @return a cursor positioned on the global maximum. If several maxima with
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/net/imglib2/algorithm/stats/Min.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ public class Min
{
/**
* Find the minimum value and its position in an {@link IterableInterval}.
*
*
* @implNote op name='findMin', type='java.util.function.Function'
* @param iterable
* input interval.
* @return a cursor positioned on the global minimum. If several minima with
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/net/imglib2/algorithm/stats/Normalize.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ public class Normalize
{
/**
* Normalize values of an {@link IterableInterval} to the range [min, max].
*
*
* @implNote op name='normalize', type='org.scijava.function.Inplaces.Arity3_1'
* @param iterable
* the interval to be normalized.
* @param min
Expand Down

0 comments on commit 97fe718

Please sign in to comment.