MinDetect[image] gives a binary image in which white pixels correspond to constant extended minima in image.MinDetect[image, h] finds extended minima where the range of ...
Notebook[{cell_1, cell_2, ...}] is the low-level construct that represents a notebook manipulated by the Mathematica front end.
NotebookWrite[notebook, data] writes data into a notebook at the current selection, setting the current selection to be just after the data written. NotebookWrite[notebook, ...
PaneSelector[{v_1 -> expr_1, v_2 -> expr_2, ...}, v] represents an object that displays as a pane containing the expr_i for which v_i is equal to v.
PlotRangePadding is an option for graphics functions that specifies how much further axes etc. should extend beyond the range of coordinates specified by PlotRange.
Regularization is an option for Sum and Product that specifies what type of regularization to use.
expr /. rules applies a rule or list of rules in an attempt to transform each subpart of an expression expr.
RidgeFilter[image] computes a measure for the presence of a ridge for each pixel in image.RidgeFilter[image, \[Sigma]] uses the specified ridge scale \[Sigma].
Rule
(Built-in Mathematica Symbol) lhs -> rhs or lhs -> rhs represents a rule that transforms lhs to rhs.
SignificanceLevel is an option to VarianceTest and similar functions that controls cutoffs for diagnostic tests as well as test conclusions.