Skip to content

Commit

Permalink
Edit name of DoG Ops
Browse files Browse the repository at this point in the history
Should probably be all lowercase
  • Loading branch information
gselzer committed Sep 3, 2024
1 parent ababdc6 commit 7d02571
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public class DifferenceOfGaussian
* only in that its parameter order is tailored to an Op. The output comes
* last, and the primary input (the input image) comes first.
*
* @implNote op name="filter.DoG", type=Computer
* @implNote op name="filter.dog", type=Computer
* @param input
* the input image extended to infinity (or at least covering the
* same interval as the dog result image, plus borders for
Expand Down Expand Up @@ -146,7 +146,7 @@ public static < I extends NumericType< I >, T extends NumericType< T > & NativeT
* last, and the primary input (the input image) comes first.
* </p>
*
* @implNote op name="filter.DoG", type=Computer
* @implNote op name="filter.dog", type=Computer
* @param input
* the input image extended to infinity (or at least covering the
* same interval as the dog result image, plus borders for
Expand Down

0 comments on commit 7d02571

Please sign in to comment.