Skip to content

Commit

Permalink
Fix Javadoc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Mar 28, 2024
1 parent 65bcd7b commit 2dd870e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
2 changes: 0 additions & 2 deletions src/main/java/fiji/plugin/trackmate/detection/MaskUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,6 @@ public static final long getThreshold( final Histogram1d< ? > hist )
* the type of the input image. Must be real, scalar.
* @param input
* the input image.
* @param interval
* the interval in the input image to analyze.
* @param threshold
* the threshold to apply to the input image.
* @param numThreads
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,6 @@ public class SpotMeshUtils
* @param simplify
* if <code>true</code> the meshes will be post-processed to be
* smoother and contain less points.
* @param smoothingScale
* if strictly larger than 0, the input will be smoothed before
* creating the contour, resulting in smoother contours. The
* scale value sets the (Gaussian) filter radius and is specified
* in physical units. If 0 or lower than 0, no smoothing is
* applied.
* @param qualityImage
* the image in which to read the quality value.
* @return a list of spots, with meshes.
Expand Down
1 change: 1 addition & 0 deletions src/main/java/fiji/plugin/trackmate/util/TMUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -949,6 +949,7 @@ public static double standardDeviation( final DoubleArray data )
* Returns a string of the name of the image without the extension, with the
* full path
*
* @param settings A {@link Settings} object referencing the image
* @return full name of the image without the extension
*/
public static String getImagePathWithoutExtension( final Settings settings )
Expand Down

0 comments on commit 2dd870e

Please sign in to comment.