Package inra.ijpb.label.distmap
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 Summary
Modifier and Type Method Description ChamferMask2D
mask()
Return the chamfer mask used by this distance transform algorithm.Methods inherited from interface inra.ijpb.algo.Algo
addAlgoListener, removeAlgoListener
Methods inherited from interface inra.ijpb.label.distmap.DistanceTransform2D
distanceMap
-
Method Details
-
mask
ChamferMask2D mask()Return the chamfer mask used by this distance transform algorithm.- Returns:
- the chamfer mask used by this distance transform algorithm.
-