Interface ChamferDistanceTransform2D

All Superinterfaces:
Algo, DistanceTransform2D
All Known Implementing Classes:
ChamferDistanceTransform2DFloat, ChamferDistanceTransform2DShort

public interface ChamferDistanceTransform2D
extends DistanceTransform2D
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:
ChamferMask2D
  • Method Details

    • mask

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