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.algoClasses in inra.ijpb.algo that implement AlgoListener Modifier and Type Class Description classDefaultAlgoListenerUtility 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 voidAlgo. addAlgoListener(AlgoListener listener)voidAlgoStub. addAlgoListener(AlgoListener listener)voidAlgo. removeAlgoListener(AlgoListener listener)voidAlgoStub. removeAlgoListener(AlgoListener listener)
- 
Uses of AlgoListener in inra.ijpb.binary.geodesicClasses in inra.ijpb.binary.geodesic that implement AlgoListener Modifier and Type Class Description classGeodesicDiameter3DFloatDeprecated.replaced by inra.ijpb.measure.region3d.GeodesicDiameter3D
- 
Uses of AlgoListener in inra.ijpb.measure.region2dClasses in inra.ijpb.measure.region2d that implement AlgoListener Modifier and Type Class Description classIntrinsicVolumesAnalyzer2DComputation of intrinsic volumes (area, perimeter and Euler number) for binary or label 2D images.
- 
Uses of AlgoListener in inra.ijpb.measure.region3dClasses in inra.ijpb.measure.region3d that implement AlgoListener Modifier and Type Class Description classBoundingBox3DCompute bounding box of each region within a label or binary image.classCentroid3DComputes centroid position of regions within 3D binary or label images.classEquivalentEllipsoidCompute 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.classGeodesicDiameter3DComputes the 3D geodesic diameters of regions within a 3D binary or label images using floating point computation for propagating distances.classInertiaEllipsoidDeprecated.replaced by EquivalentEllipsoid (since 1.4.1)classIntrinsicVolumesAnalyzer3DComputation of intrinsic volumes (Volume, Surface Area, Mean Breadth and Euler Number) for 3D binary or label images, based on theRegionAnalyzer3Dinterface.classLargestInscribedBallComputes the largest inscribed ball for each region of a label or binary image.classMaxFeretDiameter3DComputes maximum Feret Diameter for each region of a 3D binary or label image.classRegionAnalyzer3D<T>Base implementation of RegionAnalyzer interface for 3D binary/label images.
- 
Uses of AlgoListener in inra.ijpb.morphology.filterClasses in inra.ijpb.morphology.filter that implement AlgoListener Modifier and Type Class Description classBlackTopHatPerforms morphological black top-hat on 2D/3D images.classClosingPerforms morphological closing on 2D/3D images.classDilationPerforms morphological dilation on 2D/3D images.classErosionPerforms morphological erosion on 2D/3D images.classExternalGradientPerforms morphological external gradient on 2D/3D images.classGradientPerforms morphological gradient, also known as "Beucher Gradient", on 2D/3D images.classInternalGradientComputes the morphological internal gradient of the input image.classLaplacianComputes the morphological Laplacian of the input image.classMorphologicalFilterBase class for morphological filters, based on a structuring element.classOpeningPerforms morphological opening on 2D/3D images.classWhiteTopHatPerforms morphological White Top-Hat on 2D/3D images.
- 
Uses of AlgoListener in inra.ijpb.morphology.strelClasses in inra.ijpb.morphology.strel that implement AlgoListener Modifier and Type Class Description classAbstractSeparableStrelImplementation stub for separable Structuring elements.classAbstractSeparableStrel3DImplementation stub for separable 3D Structuring elements.classCubeStrelA cubic structuring element, obtained by decomposition into linear structuring elements with the same size along each dimension.classCuboidStrelA cuboid structuring element, obtained by decomposition into linear structuring elements (that can have different sizes) along each dimension.classDiamondStrelStructuring element representing a diamond of a given diameter.classOctagonStrelAn Octagonal structuring element, obtained by decomposition into horizontal, vertical, and diagonal linear structuring elements.classSquareStrelA square structuring element, obtained by decomposition into horizontal and vertical linear structuring elements with the same size.