Uses of Package
inra.ijpb.binary.distmap
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 |
Utility methods for label images (stored as 8-, 16- or 32-bits).
|
inra.ijpb.label.distmap |
Computation of distance maps for label images.
|
inra.ijpb.label.filter |
Implementation of morphological filters for label images.
|
inra.ijpb.measure.region2d |
Quantitative measurements on 2D label / binary images of regions.
|
inra.ijpb.measure.region3d |
Quantitative measurements on 3D label / binary images of regions.
|
inra.ijpb.morphology.strel |
A collection of Structuring Element ("Strel") implementations for mathematical morphology.
|
inra.ijpb.plugins |
Contains plugins, for integration with ImageJ GUI.
|
-
Classes in inra.ijpb.binary.distmap used by inra.ijpb.binary Class Description ChamferMask2D Chamfer masks defines a series of weights associated to neighbors of current pixels.ChamferMask3D A collection of weighted offsets for computing distance maps from 3D binary images. -
Classes in inra.ijpb.binary.distmap used by inra.ijpb.binary.distmap Class Description ChamferDistanceTransform2D Specialization of DistanceTransform based on the use of a chamfer mask.ChamferDistanceTransform3D Specialization of DistanceTransform based on the use of a chamfer mask.ChamferMask2D Chamfer masks defines a series of weights associated to neighbors of current pixels.ChamferMask2D.FloatOffset The shift to a neighbor of a reference pixel, as a pair (dx,dy), and the associated weights given as a float.ChamferMask2D.ShortOffset The shift to a neighbor of a reference pixel, as a pair (dx,dy), and the associated weights given as a short.ChamferMask3D A collection of weighted offsets for computing distance maps from 3D binary images.ChamferMask3D.FloatOffset The shift to a neighbor of a reference voxel, as a triplet (dx,dy,dz), and the associated weights given as a float.ChamferMask3D.ShortOffset The shift to a neighbor of a reference voxel, as a triplet (dx,dy,dz), and the associated weights given as a short.ChamferMasks2D A pre-defined set of weights that can be used to compute distance transform using chamfer approximations of euclidean metric.ChamferMasks3D A pre-defined set of weights that can be used to compute 3D distance transform using chamfer approximations of euclidean metric.DistanceTransform Interface for computing distance maps from binary images.DistanceTransform3D Interface for computing distance maps from binary 3D images. -
Classes in inra.ijpb.binary.distmap used by inra.ijpb.binary.geodesic Class Description ChamferMask2D Chamfer masks defines a series of weights associated to neighbors of current pixels.ChamferMask3D A collection of weighted offsets for computing distance maps from 3D binary images. -
Classes in inra.ijpb.binary.distmap used by inra.ijpb.label Class Description ChamferMask2D Chamfer masks defines a series of weights associated to neighbors of current pixels.ChamferMask3D A collection of weighted offsets for computing distance maps from 3D binary images. -
Classes in inra.ijpb.binary.distmap used by inra.ijpb.label.distmap Class Description ChamferMask2D Chamfer masks defines a series of weights associated to neighbors of current pixels.ChamferMask3D A collection of weighted offsets for computing distance maps from 3D binary images. -
Classes in inra.ijpb.binary.distmap used by inra.ijpb.label.filter Class Description ChamferMask2D Chamfer masks defines a series of weights associated to neighbors of current pixels.ChamferMask3D A collection of weighted offsets for computing distance maps from 3D binary images. -
Classes in inra.ijpb.binary.distmap used by inra.ijpb.measure.region2d Class Description ChamferMask2D Chamfer masks defines a series of weights associated to neighbors of current pixels. -
Classes in inra.ijpb.binary.distmap used by inra.ijpb.measure.region3d Class Description ChamferMask3D A collection of weighted offsets for computing distance maps from 3D binary images. -
Classes in inra.ijpb.binary.distmap used by inra.ijpb.morphology.strel Class Description ChamferMask2D Chamfer masks defines a series of weights associated to neighbors of current pixels.ChamferMask3D A collection of weighted offsets for computing distance maps from 3D binary images. -
Classes in inra.ijpb.binary.distmap used by inra.ijpb.plugins Class Description ChamferMask2D Chamfer masks defines a series of weights associated to neighbors of current pixels.ChamferMask3D A collection of weighted offsets for computing distance maps from 3D binary images.