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