|
|
|||
|
|
|
| BUILT-IN MATHEMATICA SYMBOL | See Also »|More About » |
MorphologicalTransform | ![]() |
| MorphologicalTransform applies the function f to the 3×3 neighborhood of each pixel in a binary image image. |
| MorphologicalTransform applies a morphological transformation specified by a rule number rule. |
| MorphologicalTransform uses a named transformation |
| MorphologicalTransform applies n iterations of transformation on image. |
| "EndPoints" | find endpoints | |
| "SkeletonEndPoints" | find endpoints of a skeleton object | |
| "SkeletonBranchPoints" | find branch points of a skeleton |
| "Clean" | flip foreground pixels that have no direct neighbors | |
| "Flip" | flip background and foreground pixels that have direct neighbors of same value | |
| "Fill" | set pixels whose direct neighbors are white | |
| "Remove" | clear pixels whose direct neighbors are white, leaving the perimeter | |
| "Break" | clear the connecting pixel in H-shaped configurations | |
| "BoundingBoxes" | fill gaps such that the object grows to its bounding box | |
| "BoundingDiamonds" | fill gaps such that the object grows to its bounding diamond | |
| "DiagonalFill" | fill diagonals | |
| "CornerFill" | fill corners | |
| "BoundaryStraighten" | clean ragged boundaries |
| "Max" | dilation with a 3×3 box matrix | |
| "Min" | erosion with a 3×3 box matrix | |
| "Commonest" | set the most frequent pixel value of the neighborhood | |
| "LifeGame" | game of life operation |
| "Top" | translate up by one pixel | |
| "Bottom" | translate down by one pixel | |
| "Left" | translate left by one pixel | |
| "Right" | translate right by one pixel | |
| "TopLeft" | translate top-left by one pixel | |
| "TopRight" | translate top-right by one pixel | |
| "BottomLeft" | translate bottom-left by one pixel | |
| "BottomRight" | translate bottom-right by one pixel |