Uses of Class
org.anchoranalysis.test.image.stackwriter.ChannelSpecification
| Package | Description |
|---|---|
| org.anchoranalysis.test.image |
Testing utilities and fixtures with no greater downstream dependency than anchor-image-io
or anchor-io-bioformats or anchor-imagej.
|
| org.anchoranalysis.test.image.stackwriter |
Fixtures for testing
StackWriter and
related classes. |
-
Uses of ChannelSpecification in org.anchoranalysis.test.image
Methods in org.anchoranalysis.test.image with parameters of type ChannelSpecification Modifier and Type Method Description StackStackFixture. create(ChannelSpecification channelSpecification, Extent extent)Creates a stack with a particular number of the channels of particular size. -
Uses of ChannelSpecification in org.anchoranalysis.test.image.stackwriter
Methods in org.anchoranalysis.test.image.stackwriter with parameters of type ChannelSpecification Modifier and Type Method Description static StringIdentifierHelper. identiferFor(ChannelSpecification channels, boolean do3D, String extentIdentifier, boolean firstChannelForced)Builds an identifier for particular properties.voidStackTester. performTest(ChannelSpecification channels, Optional<org.anchoranalysis.image.voxel.datatype.VoxelDataType> forceFirstChannel, Optional<ImageComparer> comparer)Performs a test on stack writing for a specified channel specification and optional forced first channel type.voidStackTester. performTest(ChannelSpecification channels, Optional<ImageComparer> comparer)Performs a test on stack writing for a specified channel specification.