Skip to content

Commit

Permalink
manual fix: wrong parsing of a link
Browse files Browse the repository at this point in the history
  • Loading branch information
StRigaud committed Dec 18, 2024
1 parent 80b305b commit 9c7b540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/clesperanto/kernels/Tier7.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public static ArrayJ affineTransform(DeviceJ device, ArrayJ input, ArrayJ output
* @param number_of_erosions (int) - Number of iteration of erosion. (default: 5)
* @param outline_sigma (float) - Gaussian blur sigma applied before Otsu thresholding. (default: 2)
* @return {@link ArrayJ}
* @see <a href="https://github.com/biovoxxel/bv3dbox (BV_LabelSplitter.java#L83)">bv3dbox (BV_LabelSplitter.java#L83)</a>
* @see <a href="https://github.com/biovoxxel/bv3dbox/blob/9e38ed02cff606e7e8fbe57db0f6af810bf1a83a/BioVoxxel_3D_Box/src/main/java/de/biovoxxel/bv3dbox/plugins/BV_LabelSplitter.java#L83">BV_LabelSplitter.java#L83)</a>
* @see <a href="https://zenodo.org/badge/latestdoi/434949702">434949702</a>
* @throws NullPointerException if any of the device or input parameters are null.
*/
Expand Down

0 comments on commit 9c7b540

Please sign in to comment.