| genre | Morphology |
| status | stable |
| author | Stephan Zidowitz |
| package | MeVisLab/Standard |
| dll | MLBeam |
| definition | mlBeam.def |
| see also | Sprawl2D, ConstrainedConnectionCost |
| keywords | search, kernel, holes |
The module CavitySeeker searches for cavities in the image by exploiting a 2D-area around each voxel.
A cavity is defined as a dark area of limited size (mostly) surrounded by a wall of brighter voxels.
After selecting appropriate settings for the standard kernel type filter the performance of the CavitySeeker is adjusted by the fields Seek Algorithm, Boundary Level and Base Level.
Defines how to extend incomplete surrounded dark areas of the image.
Values:
| Title | Name | Description |
|---|---|---|
| Simple | SeekSimple | Each radial path hitting a wall of the cavity is counted individually and the total sum is related to the sum of radial pathes. |
| Across | SeekAcross | The existence of a cavity wall is suggested only if hits are recorded at diametral points. |
| Composit | SeekComposit | A combination of both former criteria where the count of simple hits is qualified by the solidness of the wall. |
Sets the value of potential cavity walls which are defined by image voxels with intensities above:
(Base Level + (Value of image at seek-location) * Boundary Level)
Sets the value of potential cavity walls which are defined by image voxels with intensities above:
(Base Level + (Value of image at seek-location) * Boundary Level)