All Implemented Interfaces:
Provider<Mask>, ProviderAsStack

public class Dilate extends MorphologicalOperatorBase
Performs a dilation morphological operation on BinaryVoxels.
Author:
Owen Feehan
  • Constructor Details

    • Dilate

      public Dilate()
  • Method Details

    • applyMorphologicalOperation

      protected void applyMorphologicalOperation(Mask source, boolean do3D)
      Description copied from class: MorphologicalOperatorBase
      Applies the morphological operation to the source mask.
      Specified by:
      applyMorphologicalOperation in class MorphologicalOperatorBase
      Parameters:
      source - the source mask to apply the operation to
      do3D - whether to perform the operation in 3D
    • isBigNeighborhood

      public boolean isBigNeighborhood()
    • setBigNeighborhood

      public void setBigNeighborhood(boolean bigNeighborhood)