public final class MipMapImage extends Object
A MipMap is a container for an Image and its corresponding
inverse x/y scale relative to an original Image
it was generated from.
In a scale pyramid as used for mipmap generation, the inverse scale for both x and y is usually
s = 2level
Note that the exact scale cannot be inferred from the sizes of the mipmap
Image and its origin because the number of pixels is an integer in
both Images.
Copyright © 2015–2021 Fiji. All rights reserved.