Uses of Record Class
sc.fiji.snt.SNT.VoxelBounds
Packages that use SNT.VoxelBounds
-
Uses of SNT.VoxelBounds in sc.fiji.snt
Methods in sc.fiji.snt that return SNT.VoxelBoundsModifier and TypeMethodDescriptionSNT.resolveVoxelBounds(BoundingBox worldBox, ij.measure.Calibration cal) Resolves a world-space region to voxel-index bounds within this session's streamed source, clamping to the source's own extent - a requested region can partially or fully exceed the loaded volume (e.g. from padding, or a fixed-size/center region placed near or past an edge).SNT.resolveVoxelBounds(BoundingBox worldBox, ij.measure.Calibration cal, boolean useSecondary) AsSNT.resolveVoxelBounds(BoundingBox, Calibration), but resolving against either this session's main streamed source or its secondary (filtered) image - seeSNT.buildMaterializedCrop(BoundingBox, boolean).