Class FeatureInputOverlappingCircleFixture
Object
FeatureInputOverlappingCircleFixture
A fixture for creating FeatureInputPairObjects with circular object masks.
This class provides utility methods to create pairs of circular object masks with different configurations of overlap and size for testing purposes.
-
Method Summary
Modifier and TypeMethodDescriptionstatic FeatureInputPairObjects
twoNonOverlappingCircles
(boolean sameSize) Creates two object-masks of circles in different locations WITHOUT any overlap.static FeatureInputPairObjects
twoOverlappingCircles
(boolean sameSize) Creates two object-masks of circles in different locations WITH some overlap.
-
Method Details
-
twoOverlappingCircles
Creates two object-masks of circles in different locations WITH some overlap.- Parameters:
sameSize
- if true, the object-masks are the same size; otherwise, they differ in size- Returns:
- a FeatureInputPairObjects populated with the two overlapping circular object-masks
-
twoNonOverlappingCircles
Creates two object-masks of circles in different locations WITHOUT any overlap.- Parameters:
sameSize
- if true, the object-masks are the same size; otherwise, they differ in size- Returns:
- a FeatureInputPairObjects populated with the two non-overlapping circular object-masks
-