Package | Description |
---|---|
net.imglib2.algorithm.linalg.eigen | |
net.imglib2.algorithm.linalg.matrix | |
net.imglib2.converter | |
net.imglib2.converter.readwrite | |
net.imglib2.view.composite |
Modifier and Type | Method and Description |
---|---|
void |
EigenValuesSymmetric.compute(Composite<T> tensor,
Composite<U> evs) |
void |
EigenValuesSymmetric.compute(Composite<T> tensor,
Composite<U> evs) |
void |
EigenValuesSquare.compute(Composite<T> tensor,
Composite<U> evs) |
void |
EigenValuesSquare.compute(Composite<T> tensor,
Composite<U> evs) |
void |
EigenValues2DSymmetric.compute(Composite<T> tensor,
Composite<U> evs) |
void |
EigenValues2DSymmetric.compute(Composite<T> tensor,
Composite<U> evs) |
void |
EigenValues2DSquare.compute(Composite<T> tensor,
Composite<U> evs) |
void |
EigenValues2DSquare.compute(Composite<T> tensor,
Composite<U> evs) |
void |
EigenValues1D.compute(Composite<T> tensor,
Composite<U> evs) |
void |
EigenValues1D.compute(Composite<T> tensor,
Composite<U> evs) |
void |
EigenValues.compute(Composite<T> matrix,
Composite<U> evs) |
void |
EigenValues.compute(Composite<T> matrix,
Composite<U> evs) |
Modifier and Type | Field and Description |
---|---|
protected Composite<T> |
RealCompositeMatrix.data |
Modifier and Type | Method and Description |
---|---|
void |
RealCompositeMatrix.setData(Composite<T> data) |
Constructor and Description |
---|
RealCompositeMatrix(Composite<T> data,
int nRows,
int nCols) |
RealCompositeMatrix(Composite<T> data,
int nRows,
int nCols,
int length) |
RealCompositeSquareMatrix(Composite<T> data,
int nRowsOrCols) |
RealCompositeSquareMatrix(Composite<T> data,
int nRowsOrCols,
int length) |
RealCompositeSymmetricMatrix(Composite<T> data,
int nRowsOrCols) |
RealCompositeSymmetricMatrix(Composite<T> data,
int nRowsOrCols,
int length) |
Modifier and Type | Class and Description |
---|---|
class |
CompositeChannelConverter<T extends Type<T>,A extends Composite<T>>
A converter to extract one channel of a
Composite . |
Modifier and Type | Method and Description |
---|---|
static <A,B extends Type<B>> |
Converters.compose(List<RandomAccessibleInterval<A>> components,
Converter<Composite<A>,B> composer,
B targetType)
Compose a list of same
Interval and same Type A
RandomAccessibleIntervals into a
RandomAccessibleInterval of some target Type B using a
Converter from Composite of A to B. |
static <A,B extends Type<B>> |
Converters.compose(List<RandomAccessibleInterval<A>> components,
Converter<Composite<A>,B> composer,
Supplier<B> targetTypeSupplier)
Compose a list of same
Interval and same Type A
RandomAccessibleIntervals into a
RandomAccessibleInterval of some target Type B using a
Converter from Composite of A to B. |
Modifier and Type | Method and Description |
---|---|
ARGBType |
CompositeARGBSamplerConverter.convert(Sampler<? extends Composite<UnsignedByteType>> sampler) |
Modifier and Type | Interface and Description |
---|---|
interface |
CompositeFactory<T,C extends Composite<T>>
A factory to create a
Composite vector of scalars T given a
RandomAccess . |
class |
CompositeIntervalView<T,C extends Composite<T>>
|
class |
CompositeView<T,C extends Composite<T>>
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractComposite<T>
Abstract implementation of
Composite . |
class |
AbstractNumericComposite<T extends NumericType<T>,C extends AbstractNumericComposite<T,C>>
Abstract base class for a vector of
NumericType scalars. |
class |
GenericComposite<T>
A generic vector of scalars T.
|
class |
NumericComposite<T extends NumericType<T>>
A vector of
NumericType scalars. |
class |
RealComposite<T extends RealType<T>>
A vector of
RealType scalars. |
Modifier and Type | Field and Description |
---|---|
protected C |
CompositeView.CompositeRandomAccess.composite |
Copyright © 2015–2022 ImgLib2. All rights reserved.