GeodesicErosion[marker, mask] gives the fixed point of the geodesic erosion of the image marker constrained by the image mask.
HitMissTransform[image, ker] gives the hit-and-miss transform of image with respect to the composite structuring element ker.HitMissTransform[image, {ker_1, ker_2, ...}] ...
Image
(Built-in Mathematica Symbol) Image[data] represents a raster image with pixel values given by the array data.Image[graphics] creates a raster image from a graphics object. Image[obj, options] gives an ...
ImageTrim[image , {{x_1, y_1}, {x_2, y_2}, ...}] gives the subimage of image spanned by the specified points.ImageTrim[image, {{x_1, y_1}, {x_2, y_2}, ...}, r] adds a margin ...
InputNotebook[] gives the current notebook into which keyboard input in the front end will be directed.
LightingAngle is an option for ReliefPlot and related functions that specifies the angle from which simulated illumination is taken to come.
LinebreakAdjustments is an option for selections that sets parameters used for calculating where automatic line breaks should be inserted.
MemoryInUse[] gives the number of bytes currently being used to store all data in the current Mathematica kernel session. MemoryInUse[$FrontEnd] gives the number of bytes ...
MorphologicalEulerNumber[image] computes the morphological Euler number of regions in a binary image.MorphologicalEulerNumber[image, t] treats values above t as foreground.
MorphologicalPerimeter[image] picks out the morphological perimeter of regions of foreground in image.MorphologicalPerimeter[image, t] treats values above t as foreground.