Skip to content

Commit

Permalink
Fix javadoc linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Aug 27, 2024
1 parent ceaf0f8 commit 827947f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,12 @@ public static < I extends NumericType< I >, T extends NumericType< T > & NativeT
* Compute the difference of Gaussian for the input. Input convolved with
* Gaussian of sigmaSmaller is subtracted from input convolved with Gaussian
* of sigmaLarger (where sigmaLarger &gt; sigmaSmaller).
* </p>
* <p>
* This method differs from
* {@link #DoG(double[], double[], RandomAccessible, RandomAccessible, RandomAccessibleInterval, ExecutorService)}
* only in that its parameter order is tailored to an Op. The output comes
* last, and the primary input (the input image) comes first.
* </p>
*
* @implNote op name="filter.DoG", type=Computer
* @param input
Expand Down

0 comments on commit 827947f

Please sign in to comment.