Skip to content

Commit 3d6f6b7

Browse files
committed
Opify gauss3 package
1 parent 4f81a78 commit 3d6f6b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/net/imglib2/algorithm/gauss3/Gauss3.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ public final class Gauss3
7474
* {@link Parallelization} context. (By default, it will use the
7575
* {@link ForkJoinPool#commonPool() common ForkJoinPool})
7676
*
77+
* @implNote op name='gauss', type='org.scijava.function.Computers.Arity2'
7778
* @param sigma
7879
* standard deviation of isotropic Gaussian.
7980
* @param source
@@ -116,6 +117,7 @@ public static < S extends NumericType< S >, T extends NumericType< T > > void ga
116117
* {@link Parallelization} context. (By default, it will use the
117118
* {@link ForkJoinPool#commonPool() common ForkJoinPool})
118119
*
120+
* @implNote op name='gauss', type='org.scijava.function.Computers.Arity2'
119121
* @param sigma
120122
* standard deviation in every dimension.
121123
* @param source

0 commit comments

Comments
 (0)