Package inra.ijpb.binary.distmap
Interface ChamferDistanceTransform2D
- All Superinterfaces:
Algo,DistanceTransform
- All Known Implementing Classes:
ChamferDistanceTransform2DFloat,ChamferDistanceTransform2DShort
public interface ChamferDistanceTransform2D extends DistanceTransform
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 ChamferMask2Dmask()Return the chamfer mask used by this distance transform algorithm.Methods inherited from interface inra.ijpb.algo.Algo
addAlgoListener, removeAlgoListenerMethods inherited from interface inra.ijpb.binary.distmap.DistanceTransform
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.
-