Interface ChamferDistanceTransform3D

All Superinterfaces:
Algo, DistanceTransform3D

public interface ChamferDistanceTransform3D
extends DistanceTransform3D
Specialization of DistanceTransform based on the use of a chamfer mask. Provides methods for retrieving the mask, and the normalization weight.
Author:
dlegland
See Also:
ChamferMask3D
  • Method Details

    • mask

      Returns:
      the chamfer mask used by this distance transform algorithm.