Modifier and Type | Class and Description |
---|---|
class |
NormMinMax<A extends RealType<A>>
TODO
|
Modifier and Type | Field and Description |
---|---|
protected Converter<R,T> |
IntegralImg.converter |
Modifier and Type | Method and Description |
---|---|
protected void |
IntegralImgDouble.integrateLineDim0(Converter<R,DoubleType> converter,
RandomAccess<R> cursorIn,
RandomAccess<DoubleType> cursorOut,
DoubleType sum,
DoubleType tmpVar,
long size) |
protected void |
IntegralImgLong.integrateLineDim0(Converter<R,LongType> converter,
RandomAccess<R> cursorIn,
RandomAccess<LongType> cursorOut,
LongType sum,
LongType tmpVar,
long size) |
protected void |
IntegralImg.integrateLineDim0(Converter<R,T> converter,
RandomAccess<R> cursorIn,
RandomAccess<T> cursorOut,
T sum,
T tmpVar,
long size) |
Constructor and Description |
---|
IntegralImg(RandomAccessibleInterval<R> img,
T type,
Converter<R,T> converter) |
IntegralImg(RandomAccessibleInterval<R> img,
T type,
Converter<R,T> converter,
int order) |
IntegralImgDouble(RandomAccessibleInterval<R> img,
DoubleType type,
Converter<R,DoubleType> converter) |
IntegralImgLong(RandomAccessibleInterval<R> img,
LongType type,
Converter<R,LongType> converter) |
ScaleAreaAveraging2d(Img<T> integralImg,
R targetType,
Converter<T,R> converter,
long[] size)
Deprecated.
|
ScaleAreaAveraging2d(RandomAccessibleInterval<T> integralImg,
R targetType,
Converter<T,R> converter,
long[] size,
ImgFactory<R> imgFactory) |
Modifier and Type | Method and Description |
---|---|
static <O extends RealType<O>> |
ImgMath.computeInto(IFunction operation,
RandomAccessibleInterval<O> target,
Converter<RealType<?>,O> converter) |
<C extends RealType<C>,O extends RealType<O>> |
Compute.cursor(Converter<RealType<?>,C> inConverter,
C computeType,
O outputType,
Converter<C,O> outConverter) |
<C extends RealType<C>,O extends RealType<O>> |
Compute.cursor(Converter<RealType<?>,C> inConverter,
C computeType,
O outputType,
Converter<C,O> outConverter) |
<O extends RealType<O>> |
Compute.cursorDouble(O outputType,
Converter<RealType<?>,O> converter) |
<O extends RealType<O>,C extends RealType<C>> |
Compute.into(RandomAccessibleInterval<O> target,
Converter<RealType<?>,C> inConverter,
C computingType,
Converter<C,O> outConverter) |
<O extends RealType<O>,C extends RealType<C>> |
Compute.into(RandomAccessibleInterval<O> target,
Converter<RealType<?>,C> inConverter,
C computingType,
Converter<C,O> outConverter) |
<O extends RealType<O>,C extends RealType<C>> |
Compute.into(RandomAccessibleInterval<O> target,
Converter<RealType<?>,C> inConverter,
C computingType,
Converter<C,O> outConverter,
boolean printHierarchy)
Execute the mathematical operations and store the result into the given
RandomAccessibleInterval . |
<O extends RealType<O>,C extends RealType<C>> |
Compute.into(RandomAccessibleInterval<O> target,
Converter<RealType<?>,C> inConverter,
C computingType,
Converter<C,O> outConverter,
boolean printHierarchy)
Execute the mathematical operations and store the result into the given
RandomAccessibleInterval . |
<O extends RealType<O>> |
Compute.into(RandomAccessibleInterval<O> target,
Converter<RealType<?>,O> inConverter)
Execute the mathematical operations and store the result into the given
RandomAccessibleInterval . |
<O extends RealType<O>,C extends RealType<C>> |
Compute.parallelInto(Converter<RealType<?>,C> inConverter,
C computeType,
O outputType,
Converter<C,O> outConverter,
RandomAccessibleInterval<O> target)
Compute the result multithreaded into an
ArrayImg of the given Type . |
<O extends RealType<O>,C extends RealType<C>> |
Compute.parallelInto(Converter<RealType<?>,C> inConverter,
C computeType,
O outputType,
Converter<C,O> outConverter,
RandomAccessibleInterval<O> target)
Compute the result multithreaded into an
ArrayImg of the given Type . |
<O extends RealType<O> & NativeType<O>,C extends RealType<C>> |
Compute.parallelIntoArrayImg(Converter<RealType<?>,C> inConverter,
C computeType,
O outputType,
Converter<C,O> outConverter)
Compute the result multithreaded into an
ArrayImg of the given Type . |
<O extends RealType<O> & NativeType<O>,C extends RealType<C>> |
Compute.parallelIntoArrayImg(Converter<RealType<?>,C> inConverter,
C computeType,
O outputType,
Converter<C,O> outConverter)
Compute the result multithreaded into an
ArrayImg of the given Type . |
<C extends RealType<C>,O extends RealType<O>> |
Compute.randomAccess(C computeType,
O outputType,
Converter<C,O> outConverter) |
<C extends RealType<C>,O extends RealType<O>> |
Compute.randomAccess(Converter<RealType<?>,C> inConverter,
C computeType,
O outputType,
Converter<C,O> outConverter) |
<C extends RealType<C>,O extends RealType<O>> |
Compute.randomAccess(Converter<RealType<?>,C> inConverter,
C computeType,
O outputType,
Converter<C,O> outConverter) |
<O extends RealType<O>> |
Compute.randomAccessDouble(O outputType,
Converter<RealType<?>,O> converter) |
<O extends RealType<O>> |
XorLogical.reInit(O tmp,
Map<String,LetBinding<O>> bindings,
Converter<RealType<?>,O> converter,
Map<Variable<O>,OFunction<O>> imgSources) |
<O extends RealType<O>> |
Var.reInit(O tmp,
Map<String,LetBinding<O>> bindings,
Converter<RealType<?>,O> converter,
Map<Variable<O>,OFunction<O>> imgSources) |
<O extends RealType<O>> |
Sub.reInit(O tmp,
Map<String,LetBinding<O>> bindings,
Converter<RealType<?>,O> converter,
Map<Variable<O>,OFunction<O>> imgSources) |
<O extends RealType<O>> |
RandomAccessibleSource.reInit(O tmp,
Map<String,LetBinding<O>> bindings,
Converter<RealType<?>,O> converter,
Map<Variable<O>,OFunction<O>> imgSources) |
<O extends RealType<O>> |
Print.reInit(O tmp,
Map<String,LetBinding<O>> bindings,
Converter<RealType<?>,O> converter,
Map<Variable<O>,OFunction<O>> imgSources) |
<O extends RealType<O>> |
Pow.reInit(O tmp,
Map<String,LetBinding<O>> bindings,
Converter<RealType<?>,O> converter,
Map<Variable<O>,OFunction<O>> imgSources) |
<O extends RealType<O>> |
OrLogical.reInit(O tmp,
Map<String,LetBinding<O>> bindings,
Converter<RealType<?>,O> converter,
Map<Variable<O>,OFunction<O>> imgSources) |
<O extends RealType<O>> |
OffsetSource.reInit(O tmp,
Map<String,LetBinding<O>> bindings,
Converter<RealType<?>,O> converter,
Map<Variable<O>,OFunction<O>> imgSources) |
<O extends RealType<O>> |
NumberSource.reInit(O tmp,
Map<String,LetBinding<O>> bindings,
Converter<RealType<?>,O> converter,
Map<Variable<O>,OFunction<O>> imgSources) |
<O extends RealType<O>> |
NotLogical.reInit(O tmp,
Map<String,LetBinding<O>> bindings,
Converter<RealType<?>,O> converter,
Map<Variable<O>,OFunction<O>> imgSources) |
<O extends RealType<O>> |
NotEqual.reInit(O tmp,
Map<String,LetBinding<O>> bindings,
Converter<RealType<?>,O> converter,
Map<Variable<O>,OFunction<O>> imgSources) |
<O extends RealType<O>> |
Mul.reInit(O tmp,
Map<String,LetBinding<O>> bindings,
Converter<RealType<?>,O> converter,
Map<Variable<O>,OFunction<O>> imgSources) |
<O extends RealType<O>> |
Minus.reInit(O tmp,
Map<String,LetBinding<O>> bindings,
Converter<RealType<?>,O> converter,
Map<Variable<O>,OFunction<O>> imgSources) |
<O extends RealType<O>> |
Min.reInit(O tmp,
Map<String,LetBinding<O>> bindings,
Converter<RealType<?>,O> converter,
Map<Variable<O>,OFunction<O>> imgSources) |
<O extends RealType<O>> |
Max.reInit(O tmp,
Map<String,LetBinding<O>> bindings,
Converter<RealType<?>,O> converter,
Map<Variable<O>,OFunction<O>> imgSources) |
<O extends RealType<O>> |
Log.reInit(O tmp,
Map<String,LetBinding<O>> bindings,
Converter<RealType<?>,O> converter,
Map<Variable<O>,OFunction<O>> imgSources) |
<O extends RealType<O>> |
Let.reInit(O tmp,
Map<String,LetBinding<O>> bindings,
Converter<RealType<?>,O> converter,
Map<Variable<O>,OFunction<O>> imgSources) |
<O extends RealType<O>> |
LessThan.reInit(O tmp,
Map<String,LetBinding<O>> bindings,
Converter<RealType<?>,O> converter,
Map<Variable<O>,OFunction<O>> imgSources) |
<O extends RealType<O>> |
KDTreeSource.reInit(O tmp,
Map<String,LetBinding<O>> bindings,
Converter<RealType<?>,O> converter,
Map<Variable<O>,OFunction<O>> imgSources) |
<O extends RealType<O>> |
ImgSource.reInit(O tmp,
Map<String,LetBinding<O>> bindings,
Converter<RealType<?>,O> converter,
Map<Variable<O>,OFunction<O>> imgSources) |
<O extends RealType<O>> |
If.reInit(O tmp,
Map<String,LetBinding<O>> bindings,
Converter<RealType<?>,O> converter,
Map<Variable<O>,OFunction<O>> imgSources) |
<O extends RealType<O>> |
GreaterThan.reInit(O tmp,
Map<String,LetBinding<O>> bindings,
Converter<RealType<?>,O> converter,
Map<Variable<O>,OFunction<O>> imgSources) |
<O extends RealType<O>> |
Exp.reInit(O tmp,
Map<String,LetBinding<O>> bindings,
Converter<RealType<?>,O> converter,
Map<Variable<O>,OFunction<O>> imgSources) |
<O extends RealType<O>> |
Equal.reInit(O tmp,
Map<String,LetBinding<O>> bindings,
Converter<RealType<?>,O> converter,
Map<Variable<O>,OFunction<O>> imgSources) |
<O extends RealType<O>> |
Div.reInit(O tmp,
Map<String,LetBinding<O>> bindings,
Converter<RealType<?>,O> converter,
Map<Variable<O>,OFunction<O>> imgSources) |
<O extends RealType<O>> |
BlockReadSource.reInit(O tmp,
Map<String,LetBinding<O>> bindings,
Converter<RealType<?>,O> converter,
Map<Variable<O>,OFunction<O>> imgSources) |
<O extends RealType<O>> |
AndLogical.reInit(O tmp,
Map<String,LetBinding<O>> bindings,
Converter<RealType<?>,O> converter,
Map<Variable<O>,OFunction<O>> imgSources) |
<O extends RealType<O>> |
Add.reInit(O tmp,
Map<String,LetBinding<O>> bindings,
Converter<RealType<?>,O> converter,
Map<Variable<O>,OFunction<O>> imgSources) |
<O extends RealType<O>,C extends RealType<C>> |
Compute.view(Interval interval,
Converter<RealType<?>,C> inConverter,
C computingType,
O outputType,
Converter<C,O> outConverter) |
<O extends RealType<O>,C extends RealType<C>> |
Compute.view(Interval interval,
Converter<RealType<?>,C> inConverter,
C computingType,
O outputType,
Converter<C,O> outConverter) |
Modifier and Type | Method and Description |
---|---|
static <I extends IntegerType<I>,O extends IntegerType<O>> |
Util.genericIntegerTypeConverter() |
static <O extends RealType<O>> |
Util.genericRealTypeConverter() |
Modifier and Type | Method and Description |
---|---|
<O extends RealType<O>> |
PassThrough.reInit(O tmp,
Map<String,LetBinding<O>> bindings,
Converter<RealType<?>,O> converter,
Map<Variable<O>,OFunction<O>> imgSources) |
<O extends RealType<O>> |
IFunction.reInit(O tmp,
Map<String,LetBinding<O>> bindings,
Converter<RealType<?>,O> converter,
Map<Variable<O>,OFunction<O>> imgSources) |
<C extends RealType<C>,O extends RealType<O>> |
ViewableFunction.view(O outputType,
Converter<C,O> converter) |
<O extends RealType<O>> |
ViewableFunction.viewDouble(O outputType,
Converter<RealType<?>,O> converter) |
Modifier and Type | Field and Description |
---|---|
protected Converter<RealType<?>,C> |
IterableRandomAccessibleFunction.inConverter |
protected Converter<RealType<?>,C> |
FunctionCursor.inConverter |
protected Converter<C,O> |
IterableRandomAccessibleFunction.outConverter |
protected Converter<C,O> |
FunctionCursor.outConverter |
Constructor and Description |
---|
BlockReadingSource(O scrap,
Converter<RealType<?>,O> converter,
RandomAccessible<I> src,
long[][] corners,
byte[] signs) |
FunctionCursor(IFunction operation,
Converter<RealType<?>,C> inConverter,
C computeType,
O outputType,
Converter<C,O> outConverter) |
FunctionCursor(IFunction operation,
Converter<RealType<?>,C> inConverter,
C computeType,
O outputType,
Converter<C,O> outConverter) |
FunctionCursorDouble(IFunction operation,
O outputType,
Converter<RealType<?>,O> converter) |
FunctionCursorDoubleIncompatibleOrder(IFunction operation,
O outputType,
Converter<RealType<?>,O> converter) |
FunctionCursorIncompatibleOrder(IFunction operation,
Converter<RealType<?>,C> inConverter,
C computeType,
O outputType,
Converter<C,O> outConverter) |
FunctionCursorIncompatibleOrder(IFunction operation,
Converter<RealType<?>,C> inConverter,
C computeType,
O outputType,
Converter<C,O> outConverter) |
FunctionRandomAccess(IFunction operation,
Converter<RealType<?>,C> inConverter,
C computeType,
O outputType,
Converter<C,O> outConverter) |
FunctionRandomAccess(IFunction operation,
Converter<RealType<?>,C> inConverter,
C computeType,
O outputType,
Converter<C,O> outConverter) |
FunctionRandomAccessDouble(IFunction operation,
O outputType,
Converter<RealType<?>,O> converter) |
ImgSourceIterable(O scrap,
Converter<I,O> converter,
RandomAccessibleInterval<I> rai) |
IterableRandomAccessibleFunction(IFunction operation,
Converter<RealType<?>,C> inConverter,
C computeType,
O outputType,
Converter<C,O> outConverter) |
IterableRandomAccessibleFunction(IFunction operation,
Converter<RealType<?>,C> inConverter,
C computeType,
O outputType,
Converter<C,O> outConverter) |
IterableRandomAccessibleFunction(IFunction operation,
O outputType,
Converter<C,O> outConverter)
Use a default
Converter as defined by Util.genericRealTypeConverter() . |
IterableRandomAccessibleFunctionDouble(IFunction operation,
O outputType,
Converter<RealType<?>,O> converter) |
KDTreeRadiusSource(O scrap,
Converter<RealType<?>,O> converter,
KDTree<I> kdtree,
double radius,
I outside,
Interval interval) |
LetBinding(O scrap,
String varName,
Map<String,LetBinding<O>> bindings,
IFunction varValue,
IFunction body,
Converter<RealType<?>,O> converter,
Map<Variable<O>,OFunction<O>> imgSources) |
RandomAccessibleOffsetSource(O scrap,
Converter<RealType<?>,O> converter,
RandomAccessible<I> src,
long[] offset) |
Modifier and Type | Class and Description |
---|---|
class |
ARGBARGBDoubleConverter<T extends AbstractARGBDoubleType<?>> |
class |
ARGBDoubleARGBConverter<T extends AbstractARGBDoubleType<?>> |
class |
ChannelARGBConverter
Convert UnsignedByteType into one channel of
ARGBType . |
class |
ComplexImaginaryFloatConverter<R extends ComplexType<R>>
Returns the imaginary value of a complex value
|
class |
ComplexPhaseFloatConverter<R extends ComplexType<R>>
Computes the phase spectrum for a complex value
|
class |
ComplexPowerFloatConverter<R extends ComplexType<R>>
Computes the power spectrum for a complex value
|
class |
ComplexPowerGLogFloatConverter<R extends ComplexType<R>>
Computes the generalized log of the power spectrum for a complex value
|
class |
ComplexRealFloatConverter<R extends ComplexType<R>>
Returns the real value for of complex value
|
class |
CompositeChannelConverter<T extends Type<T>,A extends Composite<T>>
A converter to extract one channel of a
Composite . |
class |
RealARGBConverter<R extends RealType<?>> |
class |
RealDoubleConverter<R extends RealType<R>>
Converts any
RealType to a DoubleType . |
class |
RealFloatConverter<R extends RealType<R>> |
class |
RealLUTConverter<R extends RealType<R>>
RealLUTConverter contains a
ColorTable8 , through which samples are
filtered. |
class |
RealUnsignedByteConverter<R extends RealType<R>> |
class |
RealUnsignedShortConverter<R extends RealType<R>> |
class |
TypeIdentity<T extends Type<T>>
TODO
|
class |
VolatileRealTypeARGBConverter
Converts a
VolatileRealType to an ARGBType . |
Modifier and Type | Field and Description |
---|---|
static ArrayList<Converter<UnsignedByteType,ARGBType>> |
ChannelARGBConverter.converterListRGBA
ChannelARGBConverter.converterListRGBA can be used in CompositeXYProjector to
convert a 4-channel UnsignedByteType into composite
ARGBType . |
Modifier and Type | Method and Description |
---|---|
static <S extends RealType<?>,T extends RealType<?>> |
RealTypeConverters.getConverter(S inputType,
T outputType)
Returns a converter that converts from input to output type.
|
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. |
static <A extends NumericType<A>,B extends Type<B>> |
Converters.composeNumeric(List<RandomAccessibleInterval<A>> components,
Converter<NumericComposite<A>,B> composer,
B targetType)
Compose a list of same
Interval and same NumericType A
RandomAccessibleIntervals into a
RandomAccessibleInterval of some target Type B using a
Converter from Composite of A to B. |
static <A extends NumericType<A>,B extends Type<B>> |
Converters.composeNumeric(List<RandomAccessibleInterval<A>> components,
Converter<NumericComposite<A>,B> composer,
Supplier<B> targetTypeSupplier)
Compose a list of same
Interval and same NumericType A
RandomAccessibleIntervals into a
RandomAccessibleInterval of some target Type B using a
Converter from Composite of A to B. |
static <A extends RealType<A>,B extends Type<B>> |
Converters.composeReal(List<RandomAccessibleInterval<A>> components,
Converter<RealComposite<A>,B> composer,
B targetType)
Compose a list of same
Interval and same RealType A
RandomAccessibleIntervals into a
RandomAccessibleInterval of some target Type B using a
Converter from Composite of A to B. |
static <A extends RealType<A>,B extends Type<B>> |
Converters.composeReal(List<RandomAccessibleInterval<A>> components,
Converter<RealComposite<A>,B> composer,
Supplier<B> targetTypeSupplier)
Compose a list of same
Interval and same RealType 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.convert(IterableInterval<A> source,
Converter<? super A,? super B> converter,
B b)
|
static <A,B extends Type<B>> |
Converters.convert(IterableRealInterval<A> source,
Converter<? super A,? super B> converter,
B b)
|
static <A,B extends Type<B>> |
Converters.convert(RandomAccessible<A> source,
Converter<? super A,? super B> converter,
B b)
|
static <A,B extends Type<B>> |
Converters.convert(RandomAccessibleInterval<A> source,
Converter<? super A,? super B> converter,
B b)
|
static <A,B extends Type<B>> |
Converters.convert(RealRandomAccessible<A> source,
Converter<? super A,? super B> converter,
B b)
|
static <A,B extends Type<B>> |
Converters.convert(RealRandomAccessibleRealInterval<A> source,
Converter<? super A,? super B> converter,
B b)
Create a
RealRandomAccessibleRealInterval whose RealRandomAccesses Sampler.get() you a converted sample. |
static <A,B extends Type<B>> |
Converters.convertRAI(RandomAccessibleInterval<A> source,
Converter<? super A,? super B> converter,
B b)
|
Modifier and Type | Method and Description |
---|---|
static <A,B extends Type<B>> |
Converters.convert(IterableInterval<A> source,
Supplier<Converter<? super A,? super B>> converterSupplier,
B b)
|
static <A,B extends Type<B>> |
Converters.convert(IterableRealInterval<A> source,
Supplier<Converter<? super A,? super B>> converterSupplier,
B b)
|
static <A,B extends Type<B>> |
Converters.convert(RandomAccessible<A> source,
Supplier<Converter<? super A,? super B>> converterSupplier,
B b)
|
static <A,B extends Type<B>> |
Converters.convert(RandomAccessibleInterval<A> source,
Supplier<Converter<? super A,? super B>> converterSupplier,
B b)
|
static <A,B extends Type<B>> |
Converters.convert(RealRandomAccessible<A> source,
Supplier<Converter<? super A,? super B>> converterSupplier,
B b)
|
static <A,B extends Type<B>> |
Converters.convert(RealRandomAccessibleRealInterval<A> source,
Supplier<Converter<? super A,? super B>> converterSupplier,
B b)
Create a
RealRandomAccessibleRealInterval whose RealRandomAccesses Sampler.get() you a converted sample. |
static <A,B extends Type<B>> |
Converters.convertRAI(RandomAccessibleInterval<A> source,
Supplier<Converter<? super A,? super B>> converterSupplier,
B b)
|
Modifier and Type | Class and Description |
---|---|
class |
ARGBConverter |
class |
FloatConverter |
Modifier and Type | Field and Description |
---|---|
protected Converter<? super A,? super B> |
ConvertedRealRandomAccess.converter |
protected Converter<? super A,? super B> |
ConvertedRealCursor.converter |
protected Converter<? super A,? super B> |
ConvertedRandomAccess.converter |
protected Converter<? super A,? super B> |
ConvertedCursor.converter |
Modifier and Type | Field and Description |
---|---|
protected Supplier<Converter<? super A,? super B>> |
ConvertedRealRandomAccessibleRealInterval.converterSupplier |
protected Supplier<Converter<? super A,? super B>> |
ConvertedRealRandomAccessible.converterSupplier |
protected Supplier<Converter<? super A,? super B>> |
ConvertedRealRandomAccess.converterSupplier |
protected Supplier<Converter<? super A,? super B>> |
ConvertedRealCursor.converterSupplier |
protected Supplier<Converter<? super A,? super B>> |
ConvertedRandomAccessibleInterval.converterSupplier |
protected Supplier<Converter<? super A,? super B>> |
ConvertedRandomAccessible.converterSupplier |
protected Supplier<Converter<? super A,? super B>> |
ConvertedRandomAccess.converterSupplier |
protected Supplier<Converter<? super A,? super B>> |
ConvertedIterableRealInterval.converterSupplier |
protected Supplier<Converter<? super A,? super B>> |
ConvertedIterableInterval.converterSupplier |
protected Supplier<Converter<? super A,? super B>> |
ConvertedCursor.converterSupplier |
Modifier and Type | Method and Description |
---|---|
Converter<? super A,? super B> |
ConvertedRealRandomAccessibleRealInterval.getConverter()
Returns an instance of the
Converter . |
Converter<? super A,? super B> |
ConvertedRealRandomAccessible.getConverter()
Returns an instance of the
Converter . |
Converter<? super A,? super B> |
ConvertedRandomAccessibleInterval.getConverter()
Returns an instance of the
Converter . |
Converter<? super A,? super B> |
ConvertedRandomAccessible.getConverter()
Returns an instance of the
Converter . |
Converter<? super A,? super B> |
ConvertedIterableRealInterval.getConverter()
Returns an instance of the
Converter . |
Converter<? super A,? super B> |
ConvertedIterableInterval.getConverter()
Returns an instance of the
Converter . |
Constructor and Description |
---|
ConvertedCursor(Cursor<A> source,
Converter<? super A,? super B> converter,
B b)
Creates a copy of b for conversion that can be accessed through
ConvertedCursor.get() . |
ConvertedIterableInterval(IterableInterval<A> source,
Converter<? super A,? super B> converter,
B b)
Creates a copy of b for conversion.
|
ConvertedIterableRealInterval(IterableRealInterval<A> source,
Converter<? super A,? super B> converter,
B b)
Creates a copy of b for conversion.
|
ConvertedRandomAccess(RandomAccess<A> source,
Converter<? super A,? super B> converter,
B b)
Use this constructor for stateless functions
|
ConvertedRandomAccessible(RandomAccessible<A> source,
Converter<? super A,? super B> converter,
B b) |
ConvertedRandomAccessibleInterval(RandomAccessibleInterval<A> source,
Converter<? super A,? super B> converter,
B b) |
ConvertedRealCursor(RealCursor<A> source,
Converter<? super A,? super B> converter,
B b)
Creates a copy of b for conversion that can be accessed through
ConvertedRealCursor.get() . |
ConvertedRealRandomAccess(RealRandomAccess<A> source,
Converter<? super A,? super B> converter,
B b) |
ConvertedRealRandomAccessible(RealRandomAccessible<A> source,
Converter<? super A,? super B> converter,
B b) |
ConvertedRealRandomAccessibleRealInterval(RealRandomAccessibleRealInterval<A> source,
Converter<? super A,? super B> converter,
B b) |
Constructor and Description |
---|
ConvertedCursor(Cursor<A> source,
Supplier<Converter<? super A,? super B>> converterSupplier,
B b)
Creates a copy of b for conversion that can be accessed through
ConvertedCursor.get() . |
ConvertedIterableInterval(IterableInterval<A> source,
Supplier<Converter<? super A,? super B>> converterSupplier,
B b)
Creates a copy of b for conversion.
|
ConvertedIterableRealInterval(IterableRealInterval<A> source,
Supplier<Converter<? super A,? super B>> converterSupplier,
B b)
Creates a copy of b for conversion.
|
ConvertedRandomAccess(RandomAccess<A> source,
Supplier<Converter<? super A,? super B>> converterSupplier,
B b)
Creates a copy of b for conversion that can be accessed through
ConvertedRandomAccess.get() . |
ConvertedRandomAccessible(RandomAccessible<A> source,
Supplier<Converter<? super A,? super B>> converterSupplier,
B b) |
ConvertedRandomAccessibleInterval(RandomAccessibleInterval<A> source,
Supplier<Converter<? super A,? super B>> converterSupplier,
B b) |
ConvertedRealCursor(RealCursor<A> source,
Supplier<Converter<? super A,? super B>> converterSupplier,
B b)
Creates a copy of b for conversion that can be accessed through
ConvertedRealCursor.get() . |
ConvertedRealRandomAccess(RealRandomAccess<A> source,
Supplier<Converter<? super A,? super B>> converterSupplier,
B b)
Creates a copy of b for conversion that can be accessed through
ConvertedRealRandomAccess.get() . |
ConvertedRealRandomAccessible(RealRandomAccessible<A> source,
Supplier<Converter<? super A,? super B>> converterSupplier,
B b) |
ConvertedRealRandomAccessibleRealInterval(RealRandomAccessibleRealInterval<A> source,
Supplier<Converter<? super A,? super B>> converterSupplier,
B b) |
Modifier and Type | Field and Description |
---|---|
protected Converter<? super A,B> |
RandomAccessibleProjector2D.converter |
protected Converter<? super A,B> |
IterableIntervalProjector2D.converter |
Constructor and Description |
---|
IterableIntervalProjector2D(int dimX,
int dimY,
RandomAccessible<A> source,
IterableInterval<B> target,
Converter<? super A,B> converter)
creates a new 2D projector that samples a plain in the dimensions dimX,
dimY.
|
MultithreadedIterableIntervalProjector2D(int dimX,
int dimY,
RandomAccessible<A> source,
IterableInterval<B> target,
Converter<? super A,B> converter,
ExecutorService service) |
MultithreadedIterableIntervalProjector2D(int dimX,
int dimY,
RandomAccessible<A> source,
IterableInterval<B> target,
Converter<? super A,B> converter,
ExecutorService service,
int nTasks) |
RandomAccessibleProjector2D(int dimX,
int dimY,
RandomAccessible<A> source,
RandomAccessibleInterval<B> target,
Converter<? super A,B> converter)
creates a new 2D projector that samples a plain in the dimensions dimX,
dimY.
|
Modifier and Type | Field and Description |
---|---|
protected Converter<A,ARGBType>[] |
CompositeXYRandomAccessibleProjector.currentConverters |
protected Converter<A,ARGBType>[] |
CompositeXYProjector.currentConverters |
Modifier and Type | Method and Description |
---|---|
protected void |
CompositeXYRandomAccessibleProjector.mapSingle(RandomAccess<A> sourceRandomAccess,
Converter<A,ARGBType> conv) |
protected void |
CompositeXYProjector.mapSingle(RandomAccess<A> sourceRandomAccess,
Converter<A,ARGBType> conv) |
Constructor and Description |
---|
CompositeXYProjector(RandomAccessibleInterval<A> source,
IterableInterval<ARGBType> target,
ArrayList<Converter<A,ARGBType>> converters,
int dimIndex) |
CompositeXYRandomAccessibleProjector(RandomAccessibleInterval<A> source,
RandomAccessibleInterval<ARGBType> target,
ArrayList<Converter<A,ARGBType>> converters,
int dimIndex) |
Modifier and Type | Field and Description |
---|---|
protected Converter<ProjectedSampler<A>,B> |
SamplingProjector2D.converter |
Constructor and Description |
---|
SamplingProjector2D(int dimX,
int dimY,
RandomAccessible<A> source,
IterableInterval<B> target,
Converter<ProjectedSampler<A>,B> converter,
int projectedDimension,
long[] projectedPositions) |
SamplingProjector2D(int dimX,
int dimY,
RandomAccessibleInterval<A> source,
IterableInterval<B> target,
Converter<ProjectedSampler<A>,B> converter,
int projectedDimension) |
Constructor and Description |
---|
Volatile2DRandomAccessibleProjector(int dimX,
int dimY,
RandomAccessible<A> source,
RandomAccessibleInterval<B> target,
Converter<? super A,B> converter) |
Modifier and Type | Method and Description |
---|---|
protected static <T extends Type<T>> |
ImagePlusAdapter.convertToFloat(Img<T> input,
Converter<T,FloatType> c) |
Modifier and Type | Method and Description |
---|---|
<S> void |
ImageJVirtualStackFloat.setMinMax(RandomAccessibleInterval<S> source,
Converter<S,FloatType> converter) |
static <T extends ComplexType<T>> |
ImageJFunctions.show(RandomAccessibleInterval<T> img,
Converter<T,FloatType> converter) |
static <T extends ComplexType<T>> |
ImageJFunctions.show(RandomAccessibleInterval<T> img,
Converter<T,FloatType> converter,
ExecutorService service)
Displays a complex type as power spectrum, phase spectrum, real values or
imaginary values depending on the converter
|
static <T extends ComplexType<T>> |
ImageJFunctions.show(RandomAccessibleInterval<T> img,
Converter<T,FloatType> converter,
String title) |
static <T extends ComplexType<T>> |
ImageJFunctions.show(RandomAccessibleInterval<T> img,
Converter<T,FloatType> converter,
String title,
ExecutorService service)
Displays a complex type as power spectrum, phase spectrum, real values or
imaginary values depending on the converter
|
static <T> ij.ImagePlus |
ImageJFunctions.showFloat(RandomAccessibleInterval<T> img,
Converter<T,FloatType> converter,
String title) |
static <T> ij.ImagePlus |
ImageJFunctions.showFloat(RandomAccessibleInterval<T> img,
Converter<T,FloatType> converter,
String title,
ExecutorService service)
|
static <T> ij.ImagePlus |
ImageJFunctions.showRGB(RandomAccessibleInterval<T> img,
Converter<T,ARGBType> converter,
String title) |
static <T> ij.ImagePlus |
ImageJFunctions.showRGB(RandomAccessibleInterval<T> img,
Converter<T,ARGBType> converter,
String title,
ExecutorService service)
|
static <T> ij.ImagePlus |
ImageJFunctions.showUnsignedByte(RandomAccessibleInterval<T> img,
Converter<T,UnsignedByteType> converter,
String title) |
static <T> ij.ImagePlus |
ImageJFunctions.showUnsignedByte(RandomAccessibleInterval<T> img,
Converter<T,UnsignedByteType> converter,
String title,
ExecutorService service)
Show a
RandomAccessibleInterval as single channel 8-bit unsigned
integer ImagePlus using a custom Converter . |
static <T> ij.ImagePlus |
ImageJFunctions.showUnsignedShort(RandomAccessibleInterval<T> img,
Converter<T,UnsignedShortType> converter,
String title) |
static <T> ij.ImagePlus |
ImageJFunctions.showUnsignedShort(RandomAccessibleInterval<T> img,
Converter<T,UnsignedShortType> converter,
String title,
ExecutorService service)
Show a
RandomAccessibleInterval as single channel 16-bit unsigned
integer ImagePlus using a custom Converter . |
static <T> ij.ImagePlus |
ImageJFunctions.wrapFloat(RandomAccessibleInterval<T> img,
Converter<T,FloatType> converter,
String title) |
static <T> ij.ImagePlus |
ImageJFunctions.wrapFloat(RandomAccessibleInterval<T> img,
Converter<T,FloatType> converter,
String title,
ExecutorService service)
Create a single channel 32-bit float
ImagePlus from a
RandomAccessibleInterval using a custom Converter . |
static <T> ij.ImagePlus |
ImageJFunctions.wrapRGB(RandomAccessibleInterval<T> img,
Converter<T,ARGBType> converter,
String title) |
static <T> ij.ImagePlus |
ImageJFunctions.wrapRGB(RandomAccessibleInterval<T> img,
Converter<T,ARGBType> converter,
String title,
ExecutorService service)
|
static <T> ij.ImagePlus |
ImageJFunctions.wrapUnsignedByte(RandomAccessibleInterval<T> img,
Converter<T,UnsignedByteType> converter,
String title) |
static <T> ij.ImagePlus |
ImageJFunctions.wrapUnsignedByte(RandomAccessibleInterval<T> img,
Converter<T,UnsignedByteType> converter,
String title,
ExecutorService service)
Create a single channel 8-bit unsigned integer
ImagePlus from a
RandomAccessibleInterval using a custom Converter . |
static <T> ij.ImagePlus |
ImageJFunctions.wrapUnsignedShort(RandomAccessibleInterval<T> img,
Converter<T,UnsignedShortType> converter,
String title) |
static <T> ij.ImagePlus |
ImageJFunctions.wrapUnsignedShort(RandomAccessibleInterval<T> img,
Converter<T,UnsignedShortType> converter,
String title,
ExecutorService service)
Create a single channel 16-bit unsigned integer
ImagePlus from a
RandomAccessibleInterval using a custom Converter . |
Copyright © 2015–2022 ImgLib2. All rights reserved.