Skip to content

Commit 7d02571

Browse files
committed
Edit name of DoG Ops
Should probably be all lowercase
1 parent ababdc6 commit 7d02571

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/net/imglib2/algorithm/dog/DifferenceOfGaussian.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public class DifferenceOfGaussian
7474
* only in that its parameter order is tailored to an Op. The output comes
7575
* last, and the primary input (the input image) comes first.
7676
*
77-
* @implNote op name="filter.DoG", type=Computer
77+
* @implNote op name="filter.dog", type=Computer
7878
* @param input
7979
* the input image extended to infinity (or at least covering the
8080
* same interval as the dog result image, plus borders for
@@ -146,7 +146,7 @@ public static < I extends NumericType< I >, T extends NumericType< T > & NativeT
146146
* last, and the primary input (the input image) comes first.
147147
* </p>
148148
*
149-
* @implNote op name="filter.DoG", type=Computer
149+
* @implNote op name="filter.dog", type=Computer
150150
* @param input
151151
* the input image extended to infinity (or at least covering the
152152
* same interval as the dog result image, plus borders for

0 commit comments

Comments
 (0)