public class LegacyUtils extends Object
Constructor and Description |
---|
LegacyUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
deleteImagePlus(ij.ImagePlus imp)
Modifies legacy ImageJ data structures so that there are no dangling
references to an obsolete ImagePlus.
|
static boolean |
dimensionsIJ1Compatible(Dataset ds)
Determines if a Dataset's dimensions cannot be represented within a legacy
ImageJ ImageStack.
|
public static void deleteImagePlus(ij.ImagePlus imp)
public static boolean dimensionsIJ1Compatible(Dataset ds)
Copyright © 2014–2022 ImageJ. All rights reserved.