ImageAssemble[{{image_11, image_12, ...}, {image_21, ...}, ...}] assembles a single image from an array of images.
ImageChannels[image] gives the number of channels present in the data for the Image object image.
KuwaharaFilter[image, r] computes for each pixel p in image the variance of the values in the four (r + 1)*(r + 1) squares that have p as a corner, and replaces p with the ...
Last
(Built-in Mathematica Symbol) Last[expr] gives the last element in expr.
Longitude[pos] gives the longitude in degrees of a geographic position specified by pos.Longitude[pos, datum] gives the longitude referring to the specified geodetic datum.
Masking
(Built-in Mathematica Symbol) Masking is an option for various image analysis and processing functions that specifies on which regions they should operate.
NotebookClose[notebook] closes the notebook corresponding to the specified notebook object. NotebookClose[] closes the current evaluation notebook.
NotebookDelete[notebook] deletes the current selection in the notebook corresponding to the specified notebook object. NotebookDelete[] deletes the current selection in the ...
Notebooks[] gives a list of notebooks currently open in the front end.
RenameFile["file_1", "file_2"] renames file_1 to file_2.