Thresholds a grayscale volume using hysteresis, based on a scheme by
Canny. Parameters are set manually by the user.
This function will find all objects satisfying the threshold criteria shown below:
- 1.
- The object must contain all voxels which satisfy the following relationship.
- 2.
- All voxels within the object must be connected to above selected voxels and
should satisfy the following relationship.
.
- 3.
- The object must be made up of
S connected voxels, where S is minimum
allowable component size.
Note that
and
for this function.