Skip to content

Commit cba4673

Browse files
committed
VoteLines: Fix javadoc
1 parent f1188a9 commit cba4673

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/net/imglib2/algorithm/hough/HoughTransforms.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -322,9 +322,9 @@ public static < T extends Comparable< T >, U extends IntegerType< U > > void vot
322322
* It is important to note that the interval of the first dimension of the
323323
* vote space image is NOT {@code [-maxRho, maxRho)} but instead
324324
* {@code [0, maxRho * 2)}; the same applies to the second dimension of the
325-
* vote space as well. Thus if {@link HoughTransforms#pickPeaks} is not used
326-
* to retrieve the maxima from the vote space, the vote space will have to
327-
* be translated by {@code -maxRho} in dimension 0 to get the correct
325+
* vote space as well. Thus if {@link HoughTransforms#pickLinePeaks} is not
326+
* used to retrieve the maxima from the vote space, the vote space will have
327+
* to be translated by {@code -maxRho} in dimension 0 to get the correct
328328
* {@code rho} and {@code theta} values from the vote space.
329329
* </p>
330330
*

0 commit comments

Comments
 (0)