Uses of Class
inra.ijpb.algo.AlgoEvent
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 AlgoEvent in inra.ijpb.algo
Methods in inra.ijpb.algo with parameters of type AlgoEvent Modifier and Type Method Description void
AlgoListener. algoProgressChanged(AlgoEvent evt)
The method devoted to manage the change in the progression of the algorithm.void
DefaultAlgoListener. algoProgressChanged(AlgoEvent evt)
void
AlgoListener. algoStatusChanged(AlgoEvent evt)
The method devoted to manage the change in the status of the algorithm.void
DefaultAlgoListener. algoStatusChanged(AlgoEvent evt)
-
Uses of AlgoEvent in inra.ijpb.binary.geodesic
Methods in inra.ijpb.binary.geodesic with parameters of type AlgoEvent Modifier and Type Method Description void
GeodesicDiameter3DFloat. algoProgressChanged(AlgoEvent evt)
Deprecated.void
GeodesicDiameter3DFloat. algoStatusChanged(AlgoEvent evt)
Deprecated. -
Uses of AlgoEvent in inra.ijpb.measure.region2d
Methods in inra.ijpb.measure.region2d with parameters of type AlgoEvent Modifier and Type Method Description void
IntrinsicVolumesAnalyzer2D. algoProgressChanged(AlgoEvent evt)
void
IntrinsicVolumesAnalyzer2D. algoStatusChanged(AlgoEvent evt)
-
Uses of AlgoEvent in inra.ijpb.measure.region3d
Methods in inra.ijpb.measure.region3d with parameters of type AlgoEvent Modifier and Type Method Description void
GeodesicDiameter3D. algoProgressChanged(AlgoEvent evt)
void
IntrinsicVolumesAnalyzer3D. algoProgressChanged(AlgoEvent evt)
void
RegionAnalyzer3D. algoProgressChanged(AlgoEvent evt)
void
GeodesicDiameter3D. algoStatusChanged(AlgoEvent evt)
void
IntrinsicVolumesAnalyzer3D. algoStatusChanged(AlgoEvent evt)
void
RegionAnalyzer3D. algoStatusChanged(AlgoEvent evt)
-
Uses of AlgoEvent in inra.ijpb.morphology.filter
Methods in inra.ijpb.morphology.filter with parameters of type AlgoEvent Modifier and Type Method Description void
MorphologicalFilter. algoProgressChanged(AlgoEvent evt)
void
MorphologicalFilter. algoStatusChanged(AlgoEvent evt)
-
Uses of AlgoEvent in inra.ijpb.morphology.strel
Methods in inra.ijpb.morphology.strel with parameters of type AlgoEvent Modifier and Type Method Description void
AbstractSeparableStrel. algoProgressChanged(AlgoEvent evt)
Propagates the event by changing the source.void
AbstractSeparableStrel3D. algoProgressChanged(AlgoEvent evt)
Propagates the event by changing the source.void
AbstractSeparableStrel. algoStatusChanged(AlgoEvent evt)
Propagates the event by changing the source.void
AbstractSeparableStrel3D. algoStatusChanged(AlgoEvent evt)
Propagates the event by changing the source.