Modifier and Type | Class and Description |
---|---|
class |
CanvasImage<T extends Type<T>>
TODO
|
interface |
OutputAlgorithm<T extends Type<T>>
TODO
|
Modifier and Type | Method and Description |
---|---|
static <T extends Type<T>> |
FFTFunctions.rearrangeFFTQuadrants(Image<T> fftImage,
boolean forward,
int numThreads) |
Modifier and Type | Class and Description |
---|---|
class |
GaussianConvolution2<A extends Type<A>,B extends NumericType<B>>
TODO
|
class |
GaussianConvolution3<A extends Type<A>,B extends NumericType<B>,C extends Type<C>>
Computes a Gaussian Convolution on any
Type (A) for which is defined how to convert it into a NumericType (B) on which the convolution is performed and back to the desired output Type (C). |
class |
GaussianConvolution3<A extends Type<A>,B extends NumericType<B>,C extends Type<C>>
Computes a Gaussian Convolution on any
Type (A) for which is defined how to convert it into a NumericType (B) on which the convolution is performed and back to the desired output Type (C). |
class |
GaussianConvolution4<A extends Type<A>,B extends ExponentialMathType<B>,C extends Type<C>>
TODO
|
class |
GaussianConvolution4<A extends Type<A>,B extends ExponentialMathType<B>,C extends Type<C>>
TODO
|
Modifier and Type | Method and Description |
---|---|
protected static <B extends Type<B>> |
GaussianConvolution4.createArray(Image<?> image,
B sigma) |
Modifier and Type | Method and Description |
---|---|
protected static <B extends Type<B>> |
GaussianConvolution4.createArray(Image<?> image,
B sigma) |
Modifier and Type | Class and Description |
---|---|
class |
Histogram<T extends Type<T>>
Implements a Histogram over an Image.
|
class |
HistogramBin<T extends Type<T>>
HistogramBin is used by to represent the bins of a histogram.
|
interface |
HistogramBinFactory<T extends Type<T>>
|
class |
HistogramKey<T extends Type<T>>
|
Modifier and Type | Class and Description |
---|---|
class |
ComputeMinMax<T extends Type<T> & Comparable<T>>
TODO
|
class |
ImageCalculator<S extends Type<S>,T extends Type<T>,U extends Type<U>>
TODO
|
class |
ImageCalculator<S extends Type<S>,T extends Type<T>,U extends Type<U>>
TODO
|
class |
ImageCalculator<S extends Type<S>,T extends Type<T>,U extends Type<U>>
TODO
|
class |
ImageCalculatorInPlace<S extends Type<S>,T extends Type<T>>
TODO
|
class |
ImageCalculatorInPlace<S extends Type<S>,T extends Type<T>>
TODO
|
class |
ImageConverter<S extends Type<S>,T extends Type<T>>
TODO
|
class |
ImageConverter<S extends Type<S>,T extends Type<T>>
TODO
|
Modifier and Type | Method and Description |
---|---|
protected static <T extends Type<T>> |
ImageConverter.createImageFromFactory(ImageFactory<T> factory,
int[] size) |
protected static <U extends Type<U>> |
ImageCalculator.createImageFromFactory(ImageFactory<U> factory,
int[] size) |
Modifier and Type | Class and Description |
---|---|
class |
MirrorImage<T extends Type<T>>
Mirrors an n-dimensional image along an axis (one of the dimensions).
|
Modifier and Type | Class and Description |
---|---|
class |
MaxProjection<T extends Comparable<T> & Type<T>>
Computes a maximum projection along an arbitrary dimension, if the image in 1-dimensional it will return an Image of size 1 with the max value
|
Modifier and Type | Class and Description |
---|---|
class |
DifferenceOfGaussian<A extends Type<A>,B extends NumericType<B> & Comparable<B>>
TODO
|
class |
ScaleSpace<A extends Type<A>,B extends RealType<B>>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
HoughLineTransform<S extends RealType<S>,T extends Type<T> & Comparable<T>>
A class that extends
HoughTransform to handle Hough Line voting over an edge map. |
class |
HoughTransform<S extends RealType<S>,T extends Type<T> & Comparable<T>>
This abstract class provides some basic functionality for use with arbitrary Hough-like
transforms.
|
class |
ImageTransform<T extends Type<T>>
TODO
|
Modifier and Type | Method and Description |
---|---|
static <T extends Type<T> & Comparable<T>> |
HoughLineTransform.integerHoughLine(Image<T> inputImage)
Creates a default
HoughLineTransform with vote space. |
static <T extends Type<T> & Comparable<T>> |
HoughLineTransform.longHoughLine(Image<T> inputImage)
Creates a default
HoughLineTransform with LongType vote space. |
static <T extends Type<T> & Comparable<T>> |
HoughLineTransform.shortHoughLine(Image<T> inputImage)
Creates a default
HoughLineTransform with vote space. |
Modifier and Type | Interface and Description |
---|---|
interface |
Container<T extends Type<T>>
TODO
|
interface |
Container3D<T extends Type<T>>
TODO
|
class |
ContainerImpl<T extends Type<T>>
TODO
|
interface |
DirectAccessContainer<T extends Type<T>,A extends DataAccess>
TODO
|
class |
DirectAccessContainerImpl<T extends Type<T>,A extends DataAccess>
TODO
|
interface |
PixelGridContainer<T extends Type<T>>
TODO
|
class |
PixelGridContainerImpl<T extends Type<T>>
TODO
|
Modifier and Type | Field and Description |
---|---|
protected T |
DirectAccessContainerImpl.linkedType |
Modifier and Type | Method and Description |
---|---|
abstract <T extends Type<T>> |
DirectAccessContainerFactory.createBitInstance(int[] dimensions,
int entitiesPerPixel) |
abstract <T extends Type<T>> |
DirectAccessContainerFactory.createByteInstance(int[] dimensions,
int entitiesPerPixel) |
abstract <T extends Type<T>> |
DirectAccessContainerFactory.createCharInstance(int[] dimensions,
int entitiesPerPixel) |
abstract <T extends Type<T>> |
PixelGridContainerFactory.createContainer(int[] dim,
T type)
This method is called by
Image . |
<T extends Type<T>> |
DirectAccessContainerFactory.createContainer(int[] dim,
T type)
This method is called by
Image . |
abstract <T extends Type<T>> |
ContainerFactory.createContainer(int[] dim,
T type)
This method is called by
Image . |
abstract <T extends Type<T>> |
DirectAccessContainerFactory.createDoubleInstance(int[] dimensions,
int entitiesPerPixel) |
abstract <T extends Type<T>> |
DirectAccessContainerFactory.createFloatInstance(int[] dimensions,
int entitiesPerPixel) |
abstract <T extends Type<T>> |
DirectAccessContainerFactory.createIntInstance(int[] dimensions,
int entitiesPerPixel) |
abstract <T extends Type<T>> |
DirectAccessContainerFactory.createLongInstance(int[] dimensions,
int entitiesPerPixel) |
abstract <T extends Type<T>> |
DirectAccessContainerFactory.createShortInstance(int[] dimensions,
int entitiesPerPixel) |
Modifier and Type | Class and Description |
---|---|
class |
Array<T extends Type<T>,A extends DataAccess>
TODO
|
class |
Array3D<T extends Type<T>,A extends DataAccess>
TODO
|
Modifier and Type | Method and Description |
---|---|
<T extends Type<T>> |
ArrayContainerFactory.createBitInstance(int[] dimensions,
int entitiesPerPixel) |
<T extends Type<T>> |
ArrayContainerFactory.createByteInstance(int[] dimensions,
int entitiesPerPixel) |
<T extends Type<T>> |
ArrayContainerFactory.createCharInstance(int[] dimensions,
int entitiesPerPixel) |
<T extends Type<T>> |
ArrayContainerFactory.createDoubleInstance(int[] dimensions,
int entitiesPerPixel) |
<T extends Type<T>> |
ArrayContainerFactory.createFloatInstance(int[] dimensions,
int entitiesPerPixel) |
<T extends Type<T>> |
ArrayContainerFactory.createIntInstance(int[] dimensions,
int entitiesPerPixel) |
<T extends Type<T>> |
ArrayContainerFactory.createLongInstance(int[] dimensions,
int entitiesPerPixel) |
<T extends Type<T>> |
ArrayContainerFactory.createShortInstance(int[] dimensions,
int entitiesPerPixel) |
Modifier and Type | Class and Description |
---|---|
class |
Cell<T extends Type<T>,A extends ArrayDataAccess<A>>
TODO
|
class |
CellContainer<T extends Type<T>,A extends ArrayDataAccess<A>>
TODO
|
Modifier and Type | Method and Description |
---|---|
<T extends Type<T>> |
CellContainerFactory.createBitInstance(int[] dimensions,
int entitiesPerPixel) |
<T extends Type<T>> |
CellContainerFactory.createByteInstance(int[] dimensions,
int entitiesPerPixel) |
<T extends Type<T>> |
CellContainerFactory.createCharInstance(int[] dimensions,
int entitiesPerPixel) |
<T extends Type<T>> |
CellContainerFactory.createDoubleInstance(int[] dimensions,
int entitiesPerPixel) |
<T extends Type<T>> |
CellContainerFactory.createFloatInstance(int[] dimensions,
int entitiesPerPixel) |
<T extends Type<T>> |
CellContainerFactory.createIntInstance(int[] dimensions,
int entitiesPerPixel) |
<T extends Type<T>> |
CellContainerFactory.createLongInstance(int[] dimensions,
int entitiesPerPixel) |
<T extends Type<T>> |
CellContainerFactory.createShortInstance(int[] dimensions,
int entitiesPerPixel) |
Modifier and Type | Class and Description |
---|---|
class |
ConstantContainer<T extends Type<T>>
A simple container that has only one value and returns it at each location.
|
Modifier and Type | Method and Description |
---|---|
<T extends Type<T>> |
ConstantContainerFactory.createContainer(int[] dim,
T type) |
Modifier and Type | Class and Description |
---|---|
class |
BitDynamicContainer<T extends Type<T>>
TODO
|
class |
ByteDynamicContainer<T extends Type<T>>
TODO
|
class |
CharDynamicContainer<T extends Type<T>>
TODO
|
class |
DoubleDynamicContainer<T extends Type<T>>
TODO
|
class |
DynamicContainer<T extends Type<T>,A extends DynamicContainerAccessor>
TODO
|
class |
FloatDynamicContainer<T extends Type<T>>
TODO
|
class |
IntDynamicContainer<T extends Type<T>>
TODO
|
class |
LongDynamicContainer<T extends Type<T>>
TODO
|
class |
ShortDynamicContainer<T extends Type<T>>
TODO
|
Modifier and Type | Method and Description |
---|---|
<T extends Type<T>> |
DynamicContainerFactory.createBitInstance(int[] dimensions,
int entitiesPerPixel) |
<T extends Type<T>> |
DynamicContainerFactory.createByteInstance(int[] dimensions,
int entitiesPerPixel) |
<T extends Type<T>> |
DynamicContainerFactory.createCharInstance(int[] dimensions,
int entitiesPerPixel) |
<T extends Type<T>> |
DynamicContainerFactory.createDoubleInstance(int[] dimensions,
int entitiesPerPixel) |
<T extends Type<T>> |
DynamicContainerFactory.createFloatInstance(int[] dimensions,
int entitiesPerPixel) |
<T extends Type<T>> |
DynamicContainerFactory.createIntInstance(int[] dimensions,
int entitiesPerPixel) |
<T extends Type<T>> |
DynamicContainerFactory.createLongInstance(int[] dimensions,
int entitiesPerPixel) |
<T extends Type<T>> |
DynamicContainerFactory.createShortInstance(int[] dimensions,
int entitiesPerPixel) |
Modifier and Type | Class and Description |
---|---|
class |
ByteImagePlus<T extends Type<T>>
ImagePlusContainer for byte-stored data. |
class |
FloatImagePlus<T extends Type<T>>
ImagePlusContainer for float-stored data. |
class |
ImagePlusContainer<T extends Type<T>,A extends ArrayDataAccess<A>>
A
Container that stores data in an aray of 2d-slices each as a
linear array of basic types. |
class |
IntImagePlus<T extends Type<T>>
ImagePlusContainer for integer-stored data. |
class |
ShortImagePlus<T extends Type<T>>
ImagePlusContainer for short-stored data. |
Modifier and Type | Method and Description |
---|---|
<T extends Type<T>> |
ImagePlusContainerFactory.createBitInstance(int[] dimensions,
int entitiesPerPixel) |
<T extends Type<T>> |
ImagePlusContainerFactory.createByteInstance(int[] dimensions,
int entitiesPerPixel) |
<T extends Type<T>> |
ImagePlusContainerFactory.createCharInstance(int[] dimensions,
int entitiesPerPixel) |
<T extends Type<T>> |
ImagePlusContainerFactory.createDoubleInstance(int[] dimensions,
int entitiesPerPixel) |
<T extends Type<T>> |
ImagePlusContainerFactory.createFloatInstance(int[] dimensions,
int entitiesPerPixel) |
<T extends Type<T>> |
ImagePlusContainerFactory.createIntInstance(int[] dimensions,
int entitiesPerPixel) |
<T extends Type<T>> |
ImagePlusContainerFactory.createLongInstance(int[] dimensions,
int entitiesPerPixel) |
<T extends Type<T>> |
ImagePlusContainerFactory.createShortInstance(int[] dimensions,
int entitiesPerPixel) |
Modifier and Type | Class and Description |
---|---|
class |
PlanarContainer<T extends Type<T>,A extends ArrayDataAccess<A>>
A
Container that stores data in an array of 2d-slices each as a
linear array of basic types. |
Modifier and Type | Method and Description |
---|---|
<T extends Type<T>> |
PlanarContainerFactory.createBitInstance(int[] dimensions,
int entitiesPerPixel) |
<T extends Type<T>> |
PlanarContainerFactory.createByteInstance(int[] dimensions,
int entitiesPerPixel) |
<T extends Type<T>> |
PlanarContainerFactory.createCharInstance(int[] dimensions,
int entitiesPerPixel) |
<T extends Type<T>> |
PlanarContainerFactory.createDoubleInstance(int[] dimensions,
int entitiesPerPixel) |
<T extends Type<T>> |
PlanarContainerFactory.createFloatInstance(int[] dimensions,
int entitiesPerPixel) |
<T extends Type<T>> |
PlanarContainerFactory.createIntInstance(int[] dimensions,
int entitiesPerPixel) |
<T extends Type<T>> |
PlanarContainerFactory.createLongInstance(int[] dimensions,
int entitiesPerPixel) |
<T extends Type<T>> |
PlanarContainerFactory.createShortInstance(int[] dimensions,
int entitiesPerPixel) |
Modifier and Type | Class and Description |
---|---|
class |
ShapeList<T extends Type<T>>
TODO
|
class |
ShapeListCached<T extends Type<T>>
TODO
|
Modifier and Type | Field and Description |
---|---|
protected T |
ShapeList.background |
Modifier and Type | Method and Description |
---|---|
<T extends Type<T>> |
ShapeListContainerFactory.createContainer(int[] dim,
T type)
This method is called by
Image . |
Modifier and Type | Interface and Description |
---|---|
interface |
Cursor<T extends Type<T>>
The Cursor interface
|
class |
CursorImpl<T extends Type<T>>
We use the class
CursorImpl instead of implementing methods here so that other classes can
only implement Cursor and extend other classes instead. |
interface |
LocalizableByDimCursor<T extends Type<T>>
TODO
|
interface |
LocalizableByDimCursor3D<T extends Type<T>>
TODO
|
interface |
LocalizableCursor<T extends Type<T>>
TODO
|
interface |
LocalizableCursor3D<T extends Type<T>>
TODO
|
interface |
LocalizablePlaneCursor<T extends Type<T>>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
Array3DLocalizableByDimCursor<T extends Type<T>>
TODO
|
class |
Array3DLocalizableByDimOutOfBoundsCursor<T extends Type<T>>
TODO
|
class |
Array3DLocalizableCursor<T extends Type<T>>
TODO
|
class |
ArrayCursor<T extends Type<T>>
TODO
|
class |
ArrayLocalizableByDimCursor<T extends Type<T>>
TODO
|
class |
ArrayLocalizableByDimOutOfBoundsCursor<T extends Type<T>>
TODO
|
class |
ArrayLocalizableCursor<T extends Type<T>>
TODO
|
class |
ArrayLocalizablePlaneCursor<T extends Type<T>>
TODO
|
Modifier and Type | Field and Description |
---|---|
protected T |
ArrayCursor.type |
Modifier and Type | Class and Description |
---|---|
class |
CellCursor<T extends Type<T>>
TODO
|
class |
CellLocalizableByDimCursor<T extends Type<T>>
TODO
|
class |
CellLocalizableByDimOutOfBoundsCursor<T extends Type<T>>
TODO
|
class |
CellLocalizableCursor<T extends Type<T>>
TODO
|
class |
CellLocalizablePlaneCursor<T extends Type<T>>
TODO
|
Modifier and Type | Field and Description |
---|---|
protected T |
CellCursor.type |
Modifier and Type | Class and Description |
---|---|
class |
ConstantCursor<T extends Type<T>>
A simple Cursor that always returns the same value at each location, but iterates the right amount of
pixels relative to its size.
|
class |
ConstantLocalizableByDimCursor<T extends Type<T>>
A simple
LocalizableByDimCursor that always returns the same value at each position. |
class |
ConstantLocalizableByDimOutOfBoundsCursor<T extends Type<T>>
A simple
LocalizableByDimCursorOutOfBoundsCursor that always returns the same value at each position. |
class |
ConstantLocalizableCursor<T extends Type<T>>
A simple LocalizableCursor that always returns the same value at each location, but iterates the right amount of
pixels relative to its size and localizes itself properly.
|
class |
ConstantLocalizablePlaneCursor<T extends Type<T>>
A simple
LocalizablePlaneCursor that always returns the same value at each position. |
Modifier and Type | Class and Description |
---|---|
class |
DynamicCursor<T extends Type<T>>
TODO
|
class |
DynamicLocalizableByDimCursor<T extends Type<T>>
TODO
|
class |
DynamicLocalizableByDimOutOfBoundsCursor<T extends Type<T>>
TODO
|
class |
DynamicLocalizableCursor<T extends Type<T>>
TODO
|
class |
DynamicLocalizablePlaneCursor<T extends Type<T>>
TODO
|
Modifier and Type | Field and Description |
---|---|
protected T |
DynamicCursor.type |
Modifier and Type | Class and Description |
---|---|
class |
ImagePlusCursor<T extends Type<T>>
Basic Iterator for a
ImagePlusContainers |
class |
ImagePlusCursor2D<T extends Type<T>>
Basic Iterator for 2d
ImagePlusContainers |
class |
ImagePlusLocalizableByDimCursor<T extends Type<T>>
Positionable for a
ImagePlusContainers |
class |
ImagePlusLocalizableByDimOutOfBoundsCursor<T extends Type<T>>
Positionable with OutOfBoundsStrategy for a
ImagePlusContainers |
class |
ImagePlusLocalizableCursor<T extends Type<T>>
Localizing Iterator for a
ImagePlusContainers |
class |
ImagePlusLocalizablePlaneCursor<T extends Type<T>> |
Modifier and Type | Class and Description |
---|---|
class |
GenericCursorLink<T extends Type<T>>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
PlanarCursor<T extends Type<T>>
Basic Iterator for
PlanarContainers |
class |
PlanarCursor2D<T extends Type<T>>
Basic Iterator for 2d
PlanarContainers |
class |
PlanarLocalizableByDimCursor<T extends Type<T>>
Positionable for a
PlanarContainers |
class |
PlanarLocalizableByDimOutOfBoundsCursor<T extends Type<T>>
Positionable with OutOfBoundsStrategy for a
PlanarContainers |
class |
PlanarLocalizableCursor<T extends Type<T>>
Localizing Iterator for a
PlanarContainers |
class |
PlanarLocalizablePlaneCursor<T extends Type<T>> |
Modifier and Type | Field and Description |
---|---|
protected T |
PlanarCursor.type |
Modifier and Type | Class and Description |
---|---|
class |
ShapeListCache<T extends Type<T>>
TODO
|
class |
ShapeListCachedLocalizableByDimCursor<T extends Type<T>>
TODO
|
class |
ShapeListCachedLocalizableByDimOutOfBoundsCursor<T extends Type<T>>
TODO
|
class |
ShapeListCachedLocalizablePlaneCursor<T extends Type<T>>
TODO
|
class |
ShapeListCacheFIFO<T extends Type<T>>
TODO
|
class |
ShapeListLocalizableByDimCursor<T extends Type<T>> |
class |
ShapeListLocalizableByDimOutOfBoundsCursor<T extends Type<T>>
TODO
|
class |
ShapeListLocalizablePlaneCursor<T extends Type<T>>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSpecialCursor<T extends Type<T>>
This abstract cursor offer facilities for specialized cursor that are based
on a
LocalizableByDimCursor whose iteration domain is imposed. |
class |
CoordsCursor<T extends Type<T>>
Abstract cursor that offers facilities to move the cursor origin (whatever this means
for the concrete implementation) by giving physical coordinates, converted
using a calibration
float[] array. |
class |
DomainCursor<T extends Type<T>>
Abstract class for
CoordsCursor s that iterate over a domain which size can be
determined by a single parameter. |
class |
HyperSphereIterator<T extends Type<T>>
Iterate over all pixels in an n-dimensional sphere.
|
class |
LocalNeighborhoodCursor<T extends Type<T>>
TODO
|
class |
LocalNeighborhoodCursor3D<T extends Type<T>>
TODO
|
class |
LocalNeighborhoodCursor3DOptimized<T extends Type<T>>
TODO
|
class |
RegionOfInterestCursor<T extends Type<T>>
TODO
|
class |
SphereCursor<T extends Type<T>>
This class implements a
LocalizableCursor that iterates over all the pixel within the volume
of a 3D ball, whose center and radius are given at construction. |
Modifier and Type | Method and Description |
---|---|
static <T extends Type<T>> |
LocalNeighborhoodCursorFactory.createLocalNeighborhoodCursor(LocalizableByDimCursor<T> cursor) |
protected <C extends Comparable<C> & Type<C>> |
AbstractSortedGrayLevelIterator.max(Image<C> image) |
Modifier and Type | Interface and Description |
---|---|
interface |
Converter<A extends Type<A>,B extends Type<B>>
TODO
|
interface |
Converter<A extends Type<A>,B extends Type<B>>
TODO
|
interface |
Function<A extends Type<A>,B extends Type<B>,C extends Type<C>>
TODO
|
interface |
Function<A extends Type<A>,B extends Type<B>,C extends Type<C>>
TODO
|
interface |
Function<A extends Type<A>,B extends Type<B>,C extends Type<C>>
TODO
|
class |
VoidConverter<A extends Type<A>>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
Image<T extends Type<T>>
TODO
|
class |
ImageFactory<T extends Type<T>>
TODO
|
Modifier and Type | Method and Description |
---|---|
protected static <T extends Type<T>> |
ImagePlusAdapter.convertToFloat(Image<T> input) |
Modifier and Type | Method and Description |
---|---|
T[] |
Image.toArray() |
Modifier and Type | Class and Description |
---|---|
class |
Display<T extends Type<T>>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
ImageJVirtualDisplay<T extends Type<T>>
TODO
|
class |
ImageJVirtualStack<T extends Type<T>>
TODO
|
class |
InverseTransformDescription<T extends Type<T>>
TODO
|
class |
SliceTransformableExtraction<T extends Type<T>>
TODO
|
class |
SliceTransformableExtractionFloat<T extends Type<T>>
TODO
|
Modifier and Type | Method and Description |
---|---|
static <T extends Type<T>> |
ImageJFunctions.copyToImagePlus(Image<T> img) |
static <T extends Type<T>> |
ImageJFunctions.copyToImagePlus(Image<T> img,
int type) |
static <T extends Type<T>> |
ImageJFunctions.copyToImagePlus(Image<T> img,
int[] dim) |
static <T extends Type<T>> |
ImageJFunctions.copyToImagePlus(Image<T> img,
int type,
int[] dim) |
static <T extends Type<T>> |
ImageJFunctions.copyToImagePlus(Image<T> img,
int type,
int[] dim,
int[] dimensionPositions) |
protected static <T extends Type<T>> |
ImageJFunctions.createImagePlus(Image<T> img,
String name,
int type,
int[] dim,
int[] dimensionPositions) |
static <T extends Type<T>> |
ImageJFunctions.displayAsVirtualStack(Collection<InverseTransformDescription<T>> interpolators,
int type,
int[] dim,
int[] dimensionPositions) |
static <T extends Type<T>> |
ImageJFunctions.displayAsVirtualStack(Collection<InverseTransformDescription<T>> interpolators,
int type,
int[] dim,
int[] dimensionPositions,
float[][] minMaxDim) |
static <T extends Type<T>> |
ImageJFunctions.displayAsVirtualStack(Image<T> img) |
static <T extends Type<T>> |
ImageJFunctions.displayAsVirtualStack(Image<T> img,
int type) |
static <T extends Type<T>> |
ImageJFunctions.displayAsVirtualStack(Image<T> img,
int[] dim) |
static <T extends Type<T>> |
ImageJFunctions.displayAsVirtualStack(Image<T> img,
int type,
int[] dim) |
static <T extends Type<T>> |
ImageJFunctions.displayAsVirtualStack(Image<T> img,
int type,
int[] dim,
int[] dimensionPositions) |
protected static <T extends Type<T>> |
ImageJFunctions.extract2DSlice(Image<T> img,
Display<T> display,
int type,
int dimX,
int dimY,
int[] dimensionPositions) |
static <T extends Type<T>> |
ImageJVirtualStack.extractSliceByte(Image<T> img,
Display<T> display,
int dimX,
int dimY,
int[] dimensionPositions) |
static <T extends Type<T>> |
ImageJVirtualStack.extractSliceFloat(Image<T> img,
Display<T> display,
int dimX,
int dimY,
int[] dimensionPositions) |
static <T extends Type<T>> |
ImageJVirtualStack.extractSliceRGB(Image<T> img,
Display<T> display,
int dimX,
int dimY,
int[] dimensionPositions) |
static <T extends Type<T>> |
ImageJFunctions.saveAsTiffs(Image<T> img,
String directory,
int type) |
static <T extends Type<T>> |
ImageJFunctions.saveAsTiffs(Image<T> img,
String directory,
String name,
int type) |
static <T extends Type<T>> |
ImageJFunctions.show(Image<T> img) |
Modifier and Type | Interface and Description |
---|---|
interface |
Interpolator<T extends Type<T>>
TODO
|
interface |
Interpolator1D<T extends Type<T>>
TODO
|
interface |
Interpolator2D<T extends Type<T>>
TODO
|
interface |
Interpolator3D<T extends Type<T>>
TODO
|
class |
InterpolatorFactory<T extends Type<T>>
TODO
|
class |
InterpolatorImpl<T extends Type<T>>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
NearestNeighborInterpolator<T extends Type<T>>
TODO
|
class |
NearestNeighborInterpolator1D<T extends Type<T>>
TODO
|
class |
NearestNeighborInterpolator2D<T extends Type<T>>
TODO
|
class |
NearestNeighborInterpolator3D<T extends Type<T>>
TODO
|
class |
NearestNeighborInterpolatorFactory<T extends Type<T>>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
LabelingType<T extends Comparable<T>>
The LabelingType represents a labeling of a pixel with zero or more
labelings of type T.
|
Modifier and Type | Class and Description |
---|---|
class |
OutOfBoundsStrategy<T extends Type<T>>
TODO
|
class |
OutOfBoundsStrategyFactory<T extends Type<T>>
TODO
|
class |
OutOfBoundsStrategyMirror<T extends Type<T>>
TODO
|
class |
OutOfBoundsStrategyMirrorFactory<T extends Type<T>>
TODO
|
class |
OutOfBoundsStrategyPeriodic<T extends Type<T>>
TODO
|
class |
OutOfBoundsStrategyPeriodicFactory<T extends Type<T>>
TODO
|
class |
OutOfBoundsStrategyValue<T extends Type<T>>
TODO
|
class |
OutOfBoundsStrategyValueFactory<T extends Type<T>>
TODO
|
Modifier and Type | Interface and Description |
---|---|
interface |
Type<T extends Type<T>>
The
Type class is responsible for computing. |
Modifier and Type | Interface and Description |
---|---|
interface |
BasePairType<T extends BasePairType<T>>
TODO
|
interface |
BooleanType<T extends BooleanType<T>>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
TypeImpl<T extends TypeImpl<T>>
TODO
|
Modifier and Type | Method and Description |
---|---|
static <A extends Type<A>,B extends Type<B>> |
TypeConverter.getTypeConverter(A input,
B output) |
static <A extends Type<A>,B extends Type<B>> |
TypeConverter.getTypeConverter(A input,
B output) |
static <A extends Type<A>> |
TypeConverter.getTypeConverter(ByteType in,
A output) |
static <A extends Type<A>> |
TypeConverter.getTypeConverter(ShortType in,
A output) |
static <A extends Type<A>> |
TypeConverter.getTypeConverter(UnsignedByteType in,
A output) |
static <A extends Type<A>> |
TypeConverter.getTypeConverter(UnsignedShortType in,
A output) |
Modifier and Type | Method and Description |
---|---|
T[] |
Type.createArray1D(int size1)
Creates a 1d array of the generic
Type |
T[][] |
Type.createArray2D(int size1,
int size2)
Creates a 2d array of the generic
Type |
T[][][] |
Type.createArray3D(int size1,
int size2,
int size3)
Creates a 3d array of the generic
Type |
Modifier and Type | Class and Description |
---|---|
class |
BasePairBitType
TODO
|
class |
BasePairCharType
TODO
|
class |
FakeType
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
BitType
TODO
|
Modifier and Type | Interface and Description |
---|---|
interface |
ComplexType<T extends ComplexType<T>>
TODO
|
interface |
ExponentialMathType<T extends ExponentialMathType<T>>
TODO
|
interface |
IntegerType<T extends IntegerType<T>>
TODO
|
interface |
NumericType<T extends NumericType<T>>
TODO
|
interface |
RealType<T extends RealType<T>>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
RGBALegacyType
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
ComplexDoubleType
TODO
|
class |
ComplexFloatType
TODO
|
class |
ComplexTypeImpl<T extends ComplexTypeImpl<T>>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
ByteType
TODO
|
class |
GenericByteType<T extends GenericByteType<T>>
TODO
|
class |
GenericIntType<T extends GenericIntType<T>>
TODO
|
class |
GenericShortType<T extends GenericShortType<T>>
TODO
|
class |
IntegerTypeImpl<T extends IntegerTypeImpl<T>>
TODO
|
class |
IntType
TODO
|
class |
LongType
TODO
|
class |
ShortType
TODO
|
class |
Unsigned12BitType
TODO
|
class |
UnsignedByteType
TODO
|
class |
UnsignedIntType
TODO
|
class |
UnsignedShortType
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
DoubleType
TODO
|
class |
FloatType
TODO
|
class |
RealTypeImpl<T extends RealTypeImpl<T>>
TODO
|
Modifier and Type | Method and Description |
---|---|
static <T extends Type<T> & Comparable<T>> |
Util.max(T value1,
T value2) |
static <T extends Type<T> & Comparable<T>> |
Util.min(T value1,
T value2) |
Modifier and Type | Method and Description |
---|---|
<T extends Type<T>> |
PredefinedCellContainerFactory.createBitInstance(int[] dimensions,
int entitiesPerPixel) |
<T extends Type<T>> |
PredefinedCellContainerFactory.createByteInstance(int[] dimensions,
int entitiesPerPixel) |
<T extends Type<T>> |
PredefinedCellContainerFactory.createCharInstance(int[] dimensions,
int entitiesPerPixel) |
<T extends Type<T>> |
PredefinedCellContainerFactory.createDoubleInstance(int[] dimensions,
int entitiesPerPixel) |
<T extends Type<T>> |
PredefinedCellContainerFactory.createFloatInstance(int[] dimensions,
int entitiesPerPixel) |
<T extends Type<T>> |
PredefinedCellContainerFactory.createIntInstance(int[] dimensions,
int entitiesPerPixel) |
<T extends Type<T>> |
PredefinedCellContainerFactory.createLongInstance(int[] dimensions,
int entitiesPerPixel) |
<T extends Type<T>> |
PredefinedCellContainerFactory.createShortInstance(int[] dimensions,
int entitiesPerPixel) |
Modifier and Type | Method and Description |
---|---|
static <T extends Type<T>> |
ImgLibSaver.saveAsTiffs(Image<T> img,
String directory,
int type) |
static <T extends Type<T>> |
ImgLibSaver.saveAsTiffs(Image<T> img,
String directory,
String name,
int type) |
Modifier and Type | Method and Description |
---|---|
static <T extends Type<T>> |
ExtractPSF.commonSize(List<Image<T>> images)
Returns the bounding box so that all images can fit in there
or null if input is null or input.size is 0
|
Modifier and Type | Interface and Description |
---|---|
interface |
ImageComputation<T extends Type<T>>
TODO
|
Copyright © 2015–2021 Fiji. All rights reserved.