Uses of Class
org.anchoranalysis.image.bean.spatial.SizeXY
Packages that use SizeXY
Package
Description
Beans to combine multiple stacks into a single stack before outputting.
Implementations of
DimensionsProvider.Implementations of
ScaleCalculator for calculating
a scaling-factor from dimensions.Implementations of
ThumbnailFromObjects.Implementations of
ThumbnailFromStack.Tasks that involved stacks (usually each channel from an image) that are somehow
grouped-together.
Non-bean classes about grouping channels or other inputs.
Extracting features using OpenCV.
-
Uses of SizeXY in org.anchoranalysis.image.io.bean.stack.combine
Methods in org.anchoranalysis.image.io.bean.stack.combine that return SizeXYModifier and TypeMethodDescriptionWriteText.getSize()Explicit size of the image the string is draw on.Methods in org.anchoranalysis.image.io.bean.stack.combine with parameters of type SizeXY -
Uses of SizeXY in org.anchoranalysis.plugin.image.bean.dimensions.provider
Methods in org.anchoranalysis.plugin.image.bean.dimensions.provider that return SizeXYMethods in org.anchoranalysis.plugin.image.bean.dimensions.provider with parameters of type SizeXYModifier and TypeMethodDescriptionvoidLength of X and Y dimensions.Constructors in org.anchoranalysis.plugin.image.bean.dimensions.provider with parameters of type SizeXYModifierConstructorDescriptionSpecifyDimensions(SizeXY sizeXY) Create with specific lengths for X and Y dimensions. -
Uses of SizeXY in org.anchoranalysis.plugin.image.bean.scale
Methods in org.anchoranalysis.plugin.image.bean.scale that return SizeXYMethods in org.anchoranalysis.plugin.image.bean.scale with parameters of type SizeXY -
Uses of SizeXY in org.anchoranalysis.plugin.image.bean.thumbnail.object
Methods in org.anchoranalysis.plugin.image.bean.thumbnail.object that return SizeXYModifier and TypeMethodDescriptionOutlinePreserveRelativeSize.getSize()Size of all created thumbnailsMethods in org.anchoranalysis.plugin.image.bean.thumbnail.object with parameters of type SizeXY -
Uses of SizeXY in org.anchoranalysis.plugin.image.bean.thumbnail.stack
Methods in org.anchoranalysis.plugin.image.bean.thumbnail.stack that return SizeXYMethods in org.anchoranalysis.plugin.image.bean.thumbnail.stack with parameters of type SizeXY -
Uses of SizeXY in org.anchoranalysis.plugin.image.task.bean.grouped
Methods in org.anchoranalysis.plugin.image.task.bean.grouped that return SizeXYModifier and TypeMethodDescriptionGroupedStackBase.getResizeTo()If set, each channel is scaled to a specific size before aggregation (useful for combining different sized images).Methods in org.anchoranalysis.plugin.image.task.bean.grouped with parameters of type SizeXYModifier and TypeMethodDescriptionvoidGroupedStackBase.setResizeTo(SizeXY resizeTo) If set, each channel is scaled to a specific size before aggregation (useful for combining different sized images). -
Uses of SizeXY in org.anchoranalysis.plugin.image.task.grouped
Constructor parameters in org.anchoranalysis.plugin.image.task.grouped with type arguments of type SizeXYModifierConstructorDescriptionChannelSource(NamedStacks stackStore, ConsistentChannelChecker channelChecker, Optional<SizeXY> resizeTo, VoxelsResizer resizer) Creates a newChannelSourceinstance. -
Uses of SizeXY in org.anchoranalysis.plugin.opencv.bean.feature
Methods in org.anchoranalysis.plugin.opencv.bean.feature that return SizeXYModifier and TypeMethodDescriptionHOGParameters.getBlockSize()The block-size as per OpenCV implementation (identical default-size).HOGParameters.getBlockStride()The block-stride as per OpenCV implementation (identical default-size).HOGParameters.getCellSize()The cell-size as per OpenCV implementation (identical default-size).HOGDescriptor.getResizeTo()The input-image is rescaled to this width/height before calculating HOG descriptorsHOGFeature.getResizeTo()The input is rescaled to this width/height before calculating HOG descriptors.HOGParameters.getWindowSize()The window-size as per OpenCV implementation.Methods in org.anchoranalysis.plugin.opencv.bean.feature with parameters of type SizeXYModifier and TypeMethodDescriptionvoidHOGParameters.setBlockSize(SizeXY blockSize) The block-size as per OpenCV implementation (identical default-size).voidHOGParameters.setBlockStride(SizeXY blockStride) The block-stride as per OpenCV implementation (identical default-size).voidHOGParameters.setCellSize(SizeXY cellSize) The cell-size as per OpenCV implementation (identical default-size).voidHOGDescriptor.setResizeTo(SizeXY resizeTo) The input-image is rescaled to this width/height before calculating HOG descriptorsvoidHOGFeature.setResizeTo(SizeXY resizeTo) The input is rescaled to this width/height before calculating HOG descriptors.voidHOGParameters.setWindowSize(SizeXY windowSize) The window-size as per OpenCV implementation.Constructors in org.anchoranalysis.plugin.opencv.bean.feature with parameters of type SizeXYModifierConstructorDescriptionHOGFeature(SizeXY resizeTo, int index) Create with a specific size to resize to, and index.