public class Resample<N extends NumericType<N>> extends Image<N>
Modifier and Type | Field and Description |
---|---|
static AbstractAffine3D.Mode |
BEST |
static AbstractAffine3D.Mode |
LINEAR |
static AbstractAffine3D.Mode |
NEAREST_NEIGHBOR |
calibration, cursors, display, name
Constructor and Description |
---|
Resample(Image<N> img,
int[] dimensions) |
Resample(Image<N> img,
int[] dimensions,
AbstractAffine3D.Mode mode) |
Resample(Image<N> img,
Number scale)
Resample an
Image with the best possible mode. |
Resample(Image<N> img,
Number scale,
AbstractAffine3D.Mode mode) |
add, addAll, addCursor, clear, clone, close, closeAllCursors, contains, containsAll, createCursor, createInterpolator, createLocalizableByDimCursor, createLocalizableByDimCursor, createLocalizableCursor, createLocalizablePlaneCursor, createNewImage, createNewImage, createNewImage, createNewImage, createPositionArray, createType, createUniqueId, getActiveCursors, getCalibration, getCalibration, getContainer, getContainerFactory, getCursors, getCursors, getDimension, getDimensions, getDimensions, getDisplay, getImageFactory, getName, getNumActiveCursors, getNumCursors, getNumDimensions, getNumPixels, isEmpty, iterator, remove, removeAll, removeAllCursors, removeCursor, retainAll, setCalibration, setCalibration, setDefaultDisplay, setDisplay, setName, size, toArray, toArray, toString
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
equals, hashCode, parallelStream, removeIf, spliterator, stream
public static final AbstractAffine3D.Mode LINEAR
public static final AbstractAffine3D.Mode NEAREST_NEIGHBOR
public static final AbstractAffine3D.Mode BEST
public Resample(Image<N> img, Number scale) throws Exception
Image
with the best possible mode.Exception
public Resample(Image<N> img, Number scale, AbstractAffine3D.Mode mode) throws Exception
Exception
public Resample(Image<N> img, int[] dimensions, AbstractAffine3D.Mode mode) throws Exception
Exception
Copyright © 2015–2021 Fiji. All rights reserved.