public class MipmapInfo extends Object
BasicViewSetup
.
Contains for each mipmap level, the subsampling factors and subdivision
block sizes.Constructor and Description |
---|
MipmapInfo(double[][] resolutions,
AffineTransform3D[] transforms,
int[][] subdivisions) |
Modifier and Type | Method and Description |
---|---|
int |
getMaxLevel()
Get the maximum mipmap level.
|
int |
getNumLevels()
Get the number of mipmap levels (
getMaxLevel() + 1). |
double[][] |
getResolutions()
Get the subsampling factors, indexed by mipmap level and dimension.
|
int[][] |
getSubdivisions()
Get the subdivision block sizes, indexed by mipmap level and dimension.
|
AffineTransform3D[] |
getTransforms()
Get the transformation from coordinates of the subsampled image of a
mipmap level to coordinates of the full resolution image.
|
public MipmapInfo(double[][] resolutions, AffineTransform3D[] transforms, int[][] subdivisions)
public double[][] getResolutions()
public AffineTransform3D[] getTransforms()
public int[][] getSubdivisions()
public int getMaxLevel()
public int getNumLevels()
getMaxLevel()
+ 1).Copyright © 2015–2021 Fiji. All rights reserved.