Uses of Interface
org.anchoranalysis.test.image.rasterwriter.comparison.ImageComparer
| Package | Description |
|---|---|
| org.anchoranalysis.test.image.rasterwriter.comparison |
Different ways for comparing images.
|
| org.anchoranalysis.test.image.stackwriter |
Fixtures for testing
StackWriter and
related classes. |
-
Uses of ImageComparer in org.anchoranalysis.test.image.rasterwriter.comparison
Methods in org.anchoranalysis.test.image.rasterwriter.comparison that return ImageComparer Modifier and Type Method Description ImageComparerComparisonPlan. createComparer(Path directory, String extension)Creates theImageComparerto use to compare between images loaded in a temporary-directory and saved-images. -
Uses of ImageComparer in org.anchoranalysis.test.image.stackwriter
Method parameters in org.anchoranalysis.test.image.stackwriter with type arguments of type ImageComparer Modifier and Type Method Description voidStackTester. performTest(org.anchoranalysis.image.voxel.datatype.VoxelDataType[] channelVoxelTypes, int numberChannels, boolean makeRGB, Optional<ImageComparer> comparer)Performs a test on stack writing for specified channel types, number of channels, and RGB setting.voidStackTester. performTest(ChannelSpecification channels, Optional<ImageComparer> comparer)Performs a test on stack writing for a specified channel specification.Constructors in org.anchoranalysis.test.image.stackwriter with parameters of type ImageComparer Constructor Description FourChannelStackTester(StackTester tester, ImageComparer comparer, boolean skipComparisonForRGB)Creates for a tester and comparer.