Uses of Class
inra.ijpb.binary.ChamferWeights
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.
|
inra.ijpb.measure.region2d |
Quantitative measurements on 2D label / binary images of regions.
|
-
Uses of ChamferWeights in inra.ijpb.binary
Methods in inra.ijpb.binary that return ChamferWeights Modifier and Type Method Description static ChamferWeights
ChamferWeights. fromLabel(java.lang.String label)
Deprecated.Determines the operation type from its label.static ChamferWeights
ChamferWeights. valueOf(java.lang.String name)
Deprecated.Returns the enum constant of this type with the specified name.static ChamferWeights[]
ChamferWeights. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ChamferWeights in inra.ijpb.binary.distmap
Constructors in inra.ijpb.binary.distmap with parameters of type ChamferWeights Constructor Description DistanceTransform3x3Float(ChamferWeights weights, boolean normalize)
Deprecated.Constructor specifying the chamfer weights and the optional normalization.DistanceTransform3x3Short(ChamferWeights weights, boolean normalize)
Deprecated.Constructor specifying the chamfer weights and the optional normalization.DistanceTransform5x5Float(ChamferWeights weights)
Deprecated.Constructor specifying the chamfer weights and the optional normalization.DistanceTransform5x5Float(ChamferWeights weights, boolean normalize)
Deprecated.Constructor specifying the chamfer weights and the optional normalization.DistanceTransform5x5Short(ChamferWeights weights)
Deprecated.Constructor specifying the chamfer weights and the optional normalization.DistanceTransform5x5Short(ChamferWeights weights, boolean normalize)
Deprecated.Constructor specifying the chamfer weights and the optional normalization. -
Uses of ChamferWeights in inra.ijpb.binary.geodesic
Constructors in inra.ijpb.binary.geodesic with parameters of type ChamferWeights Constructor Description GeodesicDiameterFloat(ChamferWeights chamferWeights)
Deprecated.Creates a new geodesic diameter computation operator.GeodesicDiameterShort(ChamferWeights chamferWeights)
Deprecated.Creates a new geodesic diameter computation operator.GeodesicDistanceTransformFloat5x5(ChamferWeights weights, boolean normalizeMap)
Deprecated.Creates a new algorithm for propagating geodesic distances.GeodesicDistanceTransformShort5x5(ChamferWeights weights, boolean normalizeMap)
Deprecated.Creates a new algorithm for propagating geodesic distances. -
Uses of ChamferWeights in inra.ijpb.label.distmap
Constructors in inra.ijpb.label.distmap with parameters of type ChamferWeights Constructor Description LabelDilationShort5x5(ChamferWeights weights)
Deprecated.Creates a new LabelDilation operator. -
Uses of ChamferWeights in inra.ijpb.measure.region2d
Constructors in inra.ijpb.measure.region2d with parameters of type ChamferWeights Constructor Description GeodesicDiameter(ChamferWeights weights)
Deprecated.ChamferWeights is replaced by ChamferMask2D (since 1.4.4)