Find local maxima using the ImageJ Process > Find Maxima...
command.
Type: Image File (imagej.data.Dataset
)
Channel on which to identify local maxima, specified as a 1-based index.
Type: Numeric (int
)
Height-requirement relative to the local background. Also referred to as
tolerance
in the ImageJ API documentation. Higher values are more restrictive.
For more information, see the ImageJ implementation.
Type: Numeric (double
)
If true
, reject the global maximum if it is below the prominence level.
For more information, see the ImageJ implementation.
Type: Logical (boolean
)
If true
, exclude local maxima on image edges.
Type: Logical (boolean
)
Set of point regions of interest (ROIs) identifying the local maxima.
Type: ROI Set (file) (ii.gui.Roi[]
)