Uses of Interface
org.anchoranalysis.test.image.rasterwriter.comparison.ImageComparer
Packages that use ImageComparer
Package
Description
Different ways for comparing images.
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 ImageComparerModifier and TypeMethodDescriptionComparisonPlan.createComparer
(Path directory, String extension) Creates theImageComparer
to 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 ImageComparerModifier and TypeMethodDescriptionvoid
StackTester.performTest
(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.void
StackTester.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 ImageComparerModifierConstructorDescriptionFourChannelStackTester
(StackTester tester, ImageComparer comparer, boolean skipComparisonForRGB) Creates for a tester and comparer.