ImageKeypoints[image] finds key features in image and returns their coordinates.ImageKeypoints[image, prop] gives the specified property prop for each keypoint.
ImagePadding is an option for graphics functions that specifies what absolute extra padding should be left for extended objects such as thick lines and annotations such as ...
Inpaint
(Built-in Mathematica Symbol) Inpaint[image, region] retouches parts of image that correspond to nonzero elements in region.
Integers represents the domain of integers, as in x \[Element] Integers.
LogicalExpand[expr] expands out logical combinations of equations, inequalities, and other functions.
Longest
(Built-in Mathematica Symbol) Longest[p] is a pattern object that matches the longest sequence consistent with the pattern p.
MemberQ
(Built-in Mathematica Symbol) MemberQ[list, form] returns True if an element of list matches form, and False otherwise. MemberQ[list, form, levelspec] tests all parts of list specified by levelspec.
MexicanHatWavelet[] represents the Mexican hat wavelet of width 1.MexicanHatWavelet[\[Sigma]] represents the Mexican hat wavelet of width \[Sigma].
MorphologicalComponents[image] gives an array in which each pixel of image is replaced by an integer index representing the connected foreground image component in which the ...
Numerator[expr] gives the numerator of expr.