public final class CompositeImageFixer extends Object
CompositeImage
nature of converting
stacks to channels.Constructor and Description |
---|
CompositeImageFixer() |
Modifier and Type | Method and Description |
---|---|
static ij.CompositeImage |
makeComposite(ij.ImagePlus imp)
|
static ij.CompositeImage |
makeComposite(ij.ImagePlus imp,
int mode)
-- HACK --
|
public static ij.CompositeImage makeComposite(ij.ImagePlus imp)
public static ij.CompositeImage makeComposite(ij.ImagePlus imp, int mode)
Workaround for the fact that if there are less than 7 slices in an ImagePlus, the CompositeImage constructor will convert those slices to channels.
This method will always construct a CompositeImage with the same dimensions as the input ImagePlus.
Copyright © 2015–2021 Fiji. All rights reserved.