Uses of Class
org.anchoranalysis.test.image.io.TestLoaderImage
| Package | Description |
|---|---|
| org.anchoranalysis.test.image.io |
Utilities for testing-related reading and writing to the filesystem.
|
| org.anchoranalysis.test.image.object |
Fixtures for creating object-masks.
|
-
Uses of TestLoaderImage in org.anchoranalysis.test.image.io
Methods in org.anchoranalysis.test.image.io with parameters of type TestLoaderImage Modifier and Type Method Description static booleanTestLoaderImage. compareTwoImages(TestLoaderImage loader1, String path1, TestLoaderImage loader2, String path2, boolean ignoreResolutionDifferences)Compare two images that are located on the file system (possibly in different test folders) -
Uses of TestLoaderImage in org.anchoranalysis.test.image.object
Constructors in org.anchoranalysis.test.image.object with parameters of type TestLoaderImage Constructor Description TestLoaderObjects(TestLoaderImage loader)