FillingTransform[image] gives a version of image with all extended minima filled.FillingTransform[image, marker] fills extended minima in regions where at least one ...
FixedPoint[f, expr] starts with expr, then applies f repeatedly until the result no longer changes.
For
(Built-in Mathematica Symbol) For[start, test, incr, body] executes start, then repeatedly evaluates body and incr until test fails to give True.
HurwitzLerchPhi[z, s, a] gives the Hurwitz\[Dash]Lerch transcendent \[CapitalPhi](z, s, a).
IgnoreCase is an option for string manipulation and searching functions that specifies whether lowercase and uppercase letters should be treated as equivalent.
ImageMultiply[image, x] multiplies each channel value in image by a factor x.ImageMultiply[image_1, image_2] gives an image in which each pixel is the product of the ...
ImageRotate[image] rotates image counterclockwise by 90\[Degree].ImageRotate[image, side] rotates image to make the top of the image be on the specified ...
ImageType[image] gives the underlying type of values used for each pixel element in the Image object image.
ImageValue[image, {x, y}] gives the pixel value of image at position {x, y}.ImageValue[image, {x, y}, " type"] gives the pixel value converted to the specified type.
Implies
(Built-in Mathematica Symbol) Implies[p, q] represents the logical implication p \[DoubleRightArrow] q.