User`s guide
18 Image Processing Toolbox 3.1 Release Notes
18-4
Spatial Transformations
Version 3.0 adds functions for applying a variety of spatial transformations to
images and to points. This is a core computational capability. Supported
transform types include affine, projective, and user-defined custom
transformations. Multidimensional transformations are supported, where you
can control which dimensions are the transform dimensions. For example, you
can apply a two-dimensional transform to an RGB image, and each color plane
is automatically transformed the same way. You can even control the type of
imfill
Fill image regions and holes
imhmax
H-maxima transform
imhmin
H-minima transform
imimposemin
Impose minima
imopen
Open image
imreconstruct
Morphological reconstruction
imregionalmax
Regional maxima
imregionalmin
Regional minima
imtophat
Tophat filtering
strel
Create morphological structuring element
strel/getheight
Get structuring element height
strel/getnhood
Get structuring element neighborhood
strel/getsequence
Get sequence of decomposed structuring elements
strel/isflat
Return true for flat structuring element
strel/reflect
Reflect structuring element about its center
strel/translate
Translate structuring element
watershed
Find image watershed regions
Function Description