Uses of Interface
inra.ijpb.algo.AlgoListener
Package | Description |
---|---|
inra.ijpb.algo |
Several classes for managing progress of algorithms.
|
inra.ijpb.binary.geodesic |
Algorithms for computing geodesic distances, geodesic diameters, tortuosity...
|
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.filter |
Morphological filtering operators implemented as classes.
|
inra.ijpb.morphology.strel |
A collection of Structuring Element ("Strel") implementations for mathematical morphology.
|
-
Uses of AlgoListener in inra.ijpb.algo
Classes in inra.ijpb.algo that implement AlgoListener Modifier and Type Class Description class
DefaultAlgoListener
Utility class that catches algorithm events and displays them on ImageJ main Frame.Methods in inra.ijpb.algo with parameters of type AlgoListener Modifier and Type Method Description void
Algo. addAlgoListener(AlgoListener listener)
void
AlgoStub. addAlgoListener(AlgoListener listener)
void
Algo. removeAlgoListener(AlgoListener listener)
void
AlgoStub. removeAlgoListener(AlgoListener listener)
-
Uses of AlgoListener in inra.ijpb.binary.geodesic
Classes in inra.ijpb.binary.geodesic that implement AlgoListener Modifier and Type Class Description class
GeodesicDiameter3DFloat
Deprecated.replaced by inra.ijpb.measure.region3d.GeodesicDiameter3D -
Uses of AlgoListener in inra.ijpb.measure.region2d
Classes in inra.ijpb.measure.region2d that implement AlgoListener Modifier and Type Class Description class
IntrinsicVolumesAnalyzer2D
Computation of intrinsic volumes (area, perimeter and Euler number) for binary or label 2D images. -
Uses of AlgoListener in inra.ijpb.measure.region3d
Classes in inra.ijpb.measure.region3d that implement AlgoListener Modifier and Type Class Description class
BoundingBox3D
Compute bounding box of each region within a label or binary image.class
Centroid3D
Computes centroid position of regions within 3D binary or label images.class
EquivalentEllipsoid
Compute the parameters of 3D ellipsoids that has the same moments up to the second order than the region(s) within a 3D binary / label image.class
GeodesicDiameter3D
Computes the 3D geodesic diameters of regions within a 3D binary or label images using floating point computation for propagating distances.class
InertiaEllipsoid
Deprecated.replaced by EquivalentEllipsoid (since 1.4.1)class
IntrinsicVolumesAnalyzer3D
Computation of intrinsic volumes (Volume, Surface Area, Mean Breadth and Euler Number) for 3D binary or label images, based on theRegionAnalyzer3D
interface.class
LargestInscribedBall
Computes the largest inscribed ball for each region of a label or binary image.class
MaxFeretDiameter3D
Computes maximum Feret Diameter for each region of a 3D binary or label image.class
RegionAnalyzer3D<T>
Base implementation of RegionAnalyzer interface for 3D binary/label images. -
Uses of AlgoListener in inra.ijpb.morphology.filter
Classes in inra.ijpb.morphology.filter that implement AlgoListener Modifier and Type Class Description class
BlackTopHat
Performs morphological black top-hat on 2D/3D images.class
Closing
Performs morphological closing on 2D/3D images.class
Dilation
Performs morphological dilation on 2D/3D images.class
Erosion
Performs morphological erosion on 2D/3D images.class
ExternalGradient
Performs morphological external gradient on 2D/3D images.class
Gradient
Performs morphological gradient, also known as "Beucher Gradient", on 2D/3D images.class
InternalGradient
Computes the morphological internal gradient of the input image.class
Laplacian
Computes the morphological Laplacian of the input image.class
MorphologicalFilter
Base class for morphological filters, based on a structuring element.class
Opening
Performs morphological opening on 2D/3D images.class
WhiteTopHat
Performs morphological White Top-Hat on 2D/3D images. -
Uses of AlgoListener in inra.ijpb.morphology.strel
Classes in inra.ijpb.morphology.strel that implement AlgoListener Modifier and Type Class Description class
AbstractSeparableStrel
Implementation stub for separable Structuring elements.class
AbstractSeparableStrel3D
Implementation stub for separable 3D Structuring elements.class
CubeStrel
A cubic structuring element, obtained by decomposition into linear structuring elements with the same size along each dimension.class
CuboidStrel
A cuboid structuring element, obtained by decomposition into linear structuring elements (that can have different sizes) along each dimension.class
DiamondStrel
Structuring element representing a diamond of a given diameter.class
OctagonStrel
An Octagonal structuring element, obtained by decomposition into horizontal, vertical, and diagonal linear structuring elements.class
SquareStrel
A square structuring element, obtained by decomposition into horizontal and vertical linear structuring elements with the same size.