| BranchEnd |
Skeletonizes an image, then classifies the skeleton pixels according to their connectivity.
|
| Close |
Applies a morphological closing filter to an IMcImage (a dilation followed by an erosion of the same size).
|
| Dilate |
Applies a morphological dilation filter to an IMcImage.
|
| DistanceMap |
Returns a distance map of the image AOI.
|
| Erode |
Applies a morphological erosion filter to an IMcImage.
|
| ExtractBackground |
Extracts the background from an image.
|
| Open |
Applies a morphological opening filter to an IMcImage (an erosion followed by a dilation of the same size).
|
| Reduce |
Reduces objects in an image AOI to a small group of points.
|
| Sculpt |
Applies Gaussian filter to an image instance to blur details and reduce noise.
|
| Thin |
Applies a thinning filter to an image.
|
| TopHat |
Applies Gaussian filter to an image instance to blur details and reduce noise.
|
| Watershed |
Applies the watershed separation filter to an image AOI and returns an 8-bit separation mask.
|
| Well |
Applies Gaussian filter to an image instance to blur details and reduce noise.
|