Index
All Classes and Interfaces|All Packages
A
- assertCalc(ResultsVector, Object...) - Static method in class org.anchoranalysis.test.feature.plugins.ResultsVectorTestUtilities
-
Asserts that a ResultsVector matches the expected values within a small epsilon.
- assertDoubleResult(String, Feature<T>, T, double) - Static method in class org.anchoranalysis.test.feature.plugins.FeatureTestCalculator
-
Asserts that a feature calculation results in an expected double value.
- assertDoubleResult(String, Feature<T>, T, Optional<SharedObjects>, double) - Static method in class org.anchoranalysis.test.feature.plugins.FeatureTestCalculator
-
Asserts that a feature calculation results in an expected double value, with shared objects.
- assertDoubleResult(String, Feature<T>, T, T, double, double) - Static method in class org.anchoranalysis.test.feature.plugins.FeatureTestCalculatorDuo
-
Asserts that a feature calculation results in expected double values for both positive and negative inputs.
- assertIntResult(String, Feature<T>, T, int) - Static method in class org.anchoranalysis.test.feature.plugins.FeatureTestCalculator
-
Asserts that a feature calculation results in an expected integer value.
- assertIntResult(String, Feature<T>, T, Optional<SharedObjects>, int) - Static method in class org.anchoranalysis.test.feature.plugins.FeatureTestCalculator
-
Asserts that a feature calculation results in an expected integer value, with shared objects.
- assertIntResult(String, Feature<T>, T, T, int, int) - Static method in class org.anchoranalysis.test.feature.plugins.FeatureTestCalculatorDuo
-
Asserts that a feature calculation results in expected integer values for both positive and negative inputs.
C
- calculate(FeatureCalculationInput<FeatureInput>) - Method in class org.anchoranalysis.test.feature.plugins.mockfeature.MockFeatureWithCalculation
- circleAt(Point2i, double) - Static method in class org.anchoranalysis.test.feature.plugins.objects.CircleObjectFixture
-
Creates a circular object mask at a specified center point with a given radius.
- CircleObjectFixture - Class in org.anchoranalysis.test.feature.plugins.objects
-
A fixture for creating circular objects and related utilities for testing purposes.
- createAscending() - Static method in class org.anchoranalysis.test.feature.plugins.HistogramFixture
-
Creates an ascending histogram from 0 to 255 (inclusive).
- createDescending() - Static method in class org.anchoranalysis.test.feature.plugins.HistogramFixture
-
Creates a descending histogram from 0 to 255 (inclusive).
- createFeatureList(String, TestLoader) - Static method in class org.anchoranalysis.test.feature.plugins.FeaturesFromXMLFixture
-
Creates a feature list from an XML file.
- createMockFeatureWithCalculation() - Static method in class org.anchoranalysis.test.feature.plugins.mockfeature.MockFeatureWithCalculationFixture
-
Creates a mock feature that counts the number of pixels in an object.
- createMockFeatureWithCalculation(ToDoubleFunction<T>) - Static method in class org.anchoranalysis.test.feature.plugins.mockfeature.MockFeatureWithCalculationFixture
-
Creates a mock feature with a custom calculation function.
- createNamedFeatureProviders(String, TestLoader) - Static method in class org.anchoranalysis.test.feature.plugins.FeaturesFromXMLFixture
-
Creates a list of named feature list providers from an XML file.
D
- DEFAULT_FUNC_NUM_PIXELS - Static variable in class org.anchoranalysis.test.feature.plugins.mockfeature.MockFeatureWithCalculationFixture
-
A default function for counting the number of pixels (voxels) in a single object.
E
- energyStack() - Static method in class org.anchoranalysis.test.feature.plugins.objects.CircleObjectFixture
-
Creates an EnergyStack with the fixture's dimensions.
- executeAndAssertCount(int, int, CheckedRunnable<OperationFailedException>) - Static method in class org.anchoranalysis.test.feature.plugins.mockfeature.MockFeatureWithCalculationFixture
-
Executes an operation and asserts the expected number of calls to internal methods.
F
- FeatureInputOverlappingCircleFixture - Class in org.anchoranalysis.test.feature.plugins.objects
-
A fixture for creating FeatureInputPairObjects with circular object masks.
- FeaturesFromXMLFixture - Class in org.anchoranalysis.test.feature.plugins
-
A fixture for creating feature lists and feature list providers from XML files.
- FeatureTestCalculator - Class in org.anchoranalysis.test.feature.plugins
-
Utility class for testing feature calculations in a controlled environment.
- FeatureTestCalculatorDuo - Class in org.anchoranalysis.test.feature.plugins
-
Utility class for testing features with both positive and negative cases.
G
- generateIntersectingObjects(int, int, boolean) - Static method in class org.anchoranalysis.test.feature.plugins.objects.IntersectingCircleObjectsFixture
-
Generates a collection of circular objects, some intersecting and some not intersecting.
H
- HistogramFixture - Class in org.anchoranalysis.test.feature.plugins
-
A fixture for creating predefined histograms for testing purposes.
I
- IntersectingCircleObjectsFixture - Class in org.anchoranalysis.test.feature.plugins.objects
-
A fixture for generating collections of intersecting and non-intersecting circular objects.
M
- MockFeatureWithCalculation - Class in org.anchoranalysis.test.feature.plugins.mockfeature
-
A feature that returns the number-of-voxels in an object by using am internal mock-calculation.
- MockFeatureWithCalculation() - Constructor for class org.anchoranalysis.test.feature.plugins.mockfeature.MockFeatureWithCalculation
- MockFeatureWithCalculationFixture - Class in org.anchoranalysis.test.feature.plugins.mockfeature
-
Creates a mock-feature which used a mock
CalculationPartunder the hood
O
- org.anchoranalysis.test.feature.plugins - package org.anchoranalysis.test.feature.plugins
-
Testing utilities and fixtures with no greater downstream dependency than anchor-image-feature or anchor-mpp.
- org.anchoranalysis.test.feature.plugins.mockfeature - package org.anchoranalysis.test.feature.plugins.mockfeature
-
A mocked feature internally using a feature-calculation.
- org.anchoranalysis.test.feature.plugins.objects - package org.anchoranalysis.test.feature.plugins.objects
-
Fixtures for creating object-masks and related feature-inputs.
R
- ResultsVectorTestUtilities - Class in org.anchoranalysis.test.feature.plugins
-
Utility class for testing ResultsVector objects.
S
- sceneContains(Point2i) - Static method in class org.anchoranalysis.test.feature.plugins.objects.CircleObjectFixture
-
Checks if a given 2D point is within the scene dimensions.
T
- twoNonOverlappingCircles(boolean) - Static method in class org.anchoranalysis.test.feature.plugins.objects.FeatureInputOverlappingCircleFixture
-
Creates two object-masks of circles in different locations WITHOUT any overlap.
- twoOverlappingCircles(boolean) - Static method in class org.anchoranalysis.test.feature.plugins.objects.FeatureInputOverlappingCircleFixture
-
Creates two object-masks of circles in different locations WITH some overlap.
All Classes and Interfaces|All Packages