public final class Charts extends Object
Constructor and Description |
---|
Charts() |
Modifier and Type | Method and Description |
---|---|
static <T extends RealType<T>> |
channels(RandomAccessibleInterval<T> image) |
static BufferedImage |
plot(Histogram1d<?>... histograms) |
static BufferedImage |
plot(List<Histogram1d<?>> histograms) |
static <T extends RealType<T>> |
slices(RandomAccessibleInterval<T> image,
int axis) |
public static <T extends RealType<T>> List<RandomAccessibleInterval<T>> channels(RandomAccessibleInterval<T> image)
public static <T extends RealType<T>> List<RandomAccessibleInterval<T>> slices(RandomAccessibleInterval<T> image, int axis)
public static BufferedImage plot(Histogram1d<?>... histograms)
public static BufferedImage plot(List<Histogram1d<?>> histograms)
Copyright © 2014–2022 ImageJ. All rights reserved.