Uses of Class
inra.ijpb.binary.ChamferWeights3D.ShortOffset
| Package | Description |
|---|---|
| inra.ijpb.binary |
Operators taking binary images as input, such as connected component
labeling or distance maps.
|
-
Uses of ChamferWeights3D.ShortOffset in inra.ijpb.binary
Methods in inra.ijpb.binary that return types with arguments of type ChamferWeights3D.ShortOffset Modifier and Type Method Description static java.util.Collection<ChamferWeights3D.ShortOffset>ChamferWeights3D. getBackwardOffsets(short[] weights)Deprecated.Computes the collection of weighted offsets corresponding to a scan of the voxels in a 3D image in the backward direction.static java.util.Collection<ChamferWeights3D.ShortOffset>ChamferWeights3D. getForwardOffsets(short[] weights)Deprecated.Computes the collection of weighted offsets corresponding to a scan of the voxels in a 3D image in the forward direction.