Uses of Class
inra.ijpb.binary.ChamferWeights3D
Package | Description |
---|---|
inra.ijpb.binary |
Operators taking binary images as input, such as connected component
labeling or distance maps.
|
inra.ijpb.binary.distmap |
Computations of distance maps on binary images, using chamfer distances
(integer approximation of Euclidean distances).
|
inra.ijpb.binary.geodesic |
Algorithms for computing geodesic distances, geodesic diameters, tortuosity...
|
inra.ijpb.label.distmap |
Computation of distance maps for label images.
|
-
Uses of ChamferWeights3D in inra.ijpb.binary
Methods in inra.ijpb.binary that return ChamferWeights3D Modifier and Type Method Description static ChamferWeights3D
ChamferWeights3D. fromLabel(java.lang.String label)
Deprecated.Determines the operation type from its label.static ChamferWeights3D
ChamferWeights3D. valueOf(java.lang.String name)
Deprecated.Returns the enum constant of this type with the specified name.static ChamferWeights3D[]
ChamferWeights3D. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ChamferWeights3D in inra.ijpb.binary.distmap
Constructors in inra.ijpb.binary.distmap with parameters of type ChamferWeights3D Constructor Description DistanceTransform3D4WeightsFloat(ChamferWeights3D weights)
Deprecated.Default constructor that specifies the chamfer weights.DistanceTransform3D4WeightsFloat(ChamferWeights3D weights, boolean normalize)
Deprecated.Constructor specifying the chamfer weights and the optional normalization.DistanceTransform3D4WeightsShort(ChamferWeights3D weights)
Deprecated.Default constructor that specifies the chamfer weights.DistanceTransform3D4WeightsShort(ChamferWeights3D weights, boolean normalize)
Deprecated.Constructor specifying the chamfer weights and the optional normalization.DistanceTransform3DFloat(ChamferWeights3D weights)
Deprecated.Default constructor that specifies the chamfer weights.DistanceTransform3DFloat(ChamferWeights3D weights, boolean normalize)
Deprecated.Constructor specifying the chamfer weights and the optional normalization.DistanceTransform3DShort(ChamferWeights3D weights)
Deprecated.Default constructor that specifies the chamfer weights.DistanceTransform3DShort(ChamferWeights3D weights, boolean normalize)
Deprecated.Constructor specifying the chamfer weights and the optional normalization. -
Uses of ChamferWeights3D in inra.ijpb.binary.geodesic
Constructors in inra.ijpb.binary.geodesic with parameters of type ChamferWeights3D Constructor Description GeodesicDiameter3DFloat(ChamferWeights3D chamferWeights)
Deprecated.new uses ChamferMask3D (since 1.4.4)GeodesicDistanceTransform3DFloat(ChamferWeights3D weights, boolean normalizeMap)
Deprecated. -
Uses of ChamferWeights3D in inra.ijpb.label.distmap
Constructors in inra.ijpb.label.distmap with parameters of type ChamferWeights3D Constructor Description DistanceTransform3DFloat(ChamferWeights3D weights)
Deprecated.Default constructor that specifies the chamfer weights.DistanceTransform3DFloat(ChamferWeights3D weights, boolean normalize)
Deprecated.Constructor specifying the chamfer weights and the optional normalization.DistanceTransform3DShort(ChamferWeights3D weights)
Deprecated.Default constructor that specifies the chamfer weights.DistanceTransform3DShort(ChamferWeights3D weights, boolean normalize)
Deprecated.Constructor specifying the chamfer weights and the optional normalization.LabelDilation3D4WShort(ChamferWeights3D weights)
Deprecated.Creates a new image processor for dilating labels using chamfer weight stored using shorts.