public class CellImgToVirtualStack extends Object
CellImg
(and SCIFIOCellImg,
CachedCellImg) to ImagePlus. It is restricted to planar cells (where each
cells contains exactly one image plane), and certain pixel types:
UnsignedByteType, UnsignedShortType, ARGBType and FloatType.Constructor and Description |
---|
CellImgToVirtualStack() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isSupported(ImgPlus<?> imgPlus)
Returns true if
wrap(ImgPlus) supports the given image. |
static ij.ImagePlus |
wrap(ImgPlus<?> imgPlus)
Wraps the given image as
ImagePlus . |
public static boolean isSupported(ImgPlus<?> imgPlus)
wrap(ImgPlus)
supports the given image.public static ij.ImagePlus wrap(ImgPlus<?> imgPlus)
ImagePlus
. The given image must be backed
by an AbstractCellImg
with planar cells. The pixel type must be
UnsignedByte-, UnsignedShort-, ARGB- or FloatType. First two axes must be
X and Y (or unknown).Copyright © 2015–2022 ImgLib2. All rights reserved.