Skip to content

Commit aa69c03

Browse files
committed
doc: fix javadoc errors
1 parent c2bab84 commit aa69c03

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/main/java/net/imglib2/algorithm/morphology/distance/DistanceTransform.java

+1-6
Original file line numberDiff line numberDiff line change
@@ -1466,15 +1466,12 @@ public static < L extends IntegerType< L >, T extends RealType< T > > void voron
14661466
* the label type
14671467
* @param labels
14681468
* the label image
1469-
* @param backgroundLabel
1470-
* the background label
14711469
* @param es
14721470
* the ExecutorService
14731471
* @param nTasks
14741472
* the number of tasks in which to split the computation
14751473
* @param weights
14761474
* for distance computation per dimension
1477-
* @return the distance map
14781475
* @throws ExecutionException
14791476
* @throws InterruptedException
14801477
*/
@@ -1529,7 +1526,7 @@ public static < T extends RealType< T >, L extends IntegerType< L > > void trans
15291526
* distances are given by the values in the distance argument. Results of
15301527
* label propagation are stored in {@code labelsResult}
15311528
* <p>
1532-
* This implementation uses the {@targetDistance} for temporary storage.
1529+
* This implementation uses the {@code targetDistance} for temporary storage.
15331530
*
15341531
* @param <T>
15351532
* input distance {@link RealType}
@@ -1542,8 +1539,6 @@ public static < T extends RealType< T >, L extends IntegerType< L > > void trans
15421539
* @param distance
15431540
* Input distance function from which distance transform should
15441541
* be computed.
1545-
* @param tmpDistance
1546-
* Storage for intermediate distance results.
15471542
* @param targetDistance
15481543
* Final result of distance transform. May be the same instance
15491544
* as distance.

0 commit comments

Comments
 (0)