Modifier and Type | Method and Description |
---|---|
<T extends Type<T>> |
ImgPlusService.asType(ImgPlus<?> ip,
T type)
Given an ImgPlus of unknown type this returns a typed ImgPlus of a given
type.
|
<T extends Type<T>> |
DefaultImgPlusService.asType(ImgPlus<?> ip,
T type) |
ImgPlus<ComplexType<?>> |
ImgPlusService.complex(ImgPlus<?> ip)
Given an ImgPlus of unknown type this returns a typed ImgPlus of type
ComplexType.
|
ImgPlus<ComplexType<?>> |
DefaultImgPlusService.complex(ImgPlus<?> ip) |
ImgPlus<T> |
ImgPlus.copy() |
ImgPlus<? extends RealType<?>> |
DefaultDataset.getImgPlus() |
ImgPlus<? extends RealType<?>> |
Dataset.getImgPlus()
TODO
|
ImgPlus<IntegerType<?>> |
ImgPlusService.integer(ImgPlus<?> ip)
Given an ImgPlus of unknown type this returns a typed ImgPlus of type
IntegerType.
|
ImgPlus<IntegerType<?>> |
DefaultImgPlusService.integer(ImgPlus<?> ip) |
ImgPlus<NumericType<?>> |
ImgPlusService.numeric(ImgPlus<?> ip)
Given an ImgPlus of unknown type this returns a typed ImgPlus of type
NumericType.
|
ImgPlus<NumericType<?>> |
DefaultImgPlusService.numeric(ImgPlus<?> ip) |
ImgPlus<RealType<?>> |
ImgPlusService.real(ImgPlus<?> ip)
Given an ImgPlus of unknown type this returns a typed ImgPlus of type
RealType.
|
ImgPlus<RealType<?>> |
DefaultImgPlusService.real(ImgPlus<?> ip) |
ImgPlus<Type<?>> |
ImgPlusService.typed(ImgPlus<?> ip)
Given an ImgPlus of unknown type this returns a typed ImgPlus of type Type.
|
ImgPlus<Type<?>> |
DefaultImgPlusService.typed(ImgPlus<?> ip) |
default <T extends RealType<T>> |
Dataset.typedImg(T t)
TODO
|
static <T> ImgPlus<T> |
ImgPlus.wrap(Img<T> img)
Ensures the given
Img is an ImgPlus, wrapping if necessary. |
static <T> ImgPlus<T> |
ImgPlus.wrap(Img<T> img,
ImgPlusMetadata metadata)
Ensures the given
Img is an ImgPlus, wrapping if necessary. |
Modifier and Type | Method and Description |
---|---|
<T extends Type<T>> |
ImgPlusService.asType(ImgPlus<?> ip,
T type)
Given an ImgPlus of unknown type this returns a typed ImgPlus of a given
type.
|
<T extends Type<T>> |
DefaultImgPlusService.asType(ImgPlus<?> ip,
T type) |
ImgPlus<ComplexType<?>> |
ImgPlusService.complex(ImgPlus<?> ip)
Given an ImgPlus of unknown type this returns a typed ImgPlus of type
ComplexType.
|
ImgPlus<ComplexType<?>> |
DefaultImgPlusService.complex(ImgPlus<?> ip) |
<T extends Type<T>> |
DefaultDatasetService.create(ImgPlus<T> imgPlus) |
<T extends Type<T>> |
DatasetService.create(ImgPlus<T> imgPlus)
Creates a new dataset using the provided
ImgPlus . |
ImgPlus<IntegerType<?>> |
ImgPlusService.integer(ImgPlus<?> ip)
Given an ImgPlus of unknown type this returns a typed ImgPlus of type
IntegerType.
|
ImgPlus<IntegerType<?>> |
DefaultImgPlusService.integer(ImgPlus<?> ip) |
ImgPlus<NumericType<?>> |
ImgPlusService.numeric(ImgPlus<?> ip)
Given an ImgPlus of unknown type this returns a typed ImgPlus of type
NumericType.
|
ImgPlus<NumericType<?>> |
DefaultImgPlusService.numeric(ImgPlus<?> ip) |
ImgPlus<RealType<?>> |
ImgPlusService.real(ImgPlus<?> ip)
Given an ImgPlus of unknown type this returns a typed ImgPlus of type
RealType.
|
ImgPlus<RealType<?>> |
DefaultImgPlusService.real(ImgPlus<?> ip) |
void |
DefaultDataset.setImgPlus(ImgPlus<? extends RealType<?>> imgPlus) |
void |
Dataset.setImgPlus(ImgPlus<? extends RealType<?>> imgPlus)
TODO
|
ImgPlus<Type<?>> |
ImgPlusService.typed(ImgPlus<?> ip)
Given an ImgPlus of unknown type this returns a typed ImgPlus of type Type.
|
ImgPlus<Type<?>> |
DefaultImgPlusService.typed(ImgPlus<?> ip) |
Constructor and Description |
---|
DefaultDataset(Context context,
ImgPlus<? extends RealType<?>> imgPlus) |
Modifier and Type | Method and Description |
---|---|
Class<ImgPlus> |
DatasetToImgPlusConverter.getOutputType() |
Modifier and Type | Method and Description |
---|---|
<T> ImgPlus<T> |
CreateNamespace.imgPlus(Img<T> img) |
<T> ImgPlus<T> |
CreateNamespace.imgPlus(Img<T> img,
ImgPlusMetadata metadata) |
Modifier and Type | Method and Description |
---|---|
ImgPlus<T> |
DefaultCreateImgPlus.calculate(Img<T> input) |
Modifier and Type | Method and Description |
---|---|
<T extends Type<T>> |
TransformNamespace.crop(ImgPlus<T> in,
Interval interval)
Executes the "crop" operation on the given arguments.
|
<T extends Type<T>> |
TransformNamespace.crop(ImgPlus<T> in,
Interval interval,
boolean dropSingleDimensions)
Executes the "crop" operation on the given arguments.
|
Modifier and Type | Method and Description |
---|---|
<T extends Type<T>> |
TransformNamespace.crop(ImgPlus<T> in,
Interval interval)
Executes the "crop" operation on the given arguments.
|
<T extends Type<T>> |
TransformNamespace.crop(ImgPlus<T> in,
Interval interval,
boolean dropSingleDimensions)
Executes the "crop" operation on the given arguments.
|
Modifier and Type | Method and Description |
---|---|
ImgPlus<T> |
CropImgPlus.calculate(ImgPlus<T> input,
Interval interval) |
Modifier and Type | Method and Description |
---|---|
ImgPlus<T> |
CropImgPlus.calculate(ImgPlus<T> input,
Interval interval) |
Constructor and Description |
---|
Reducer(Context context,
ImgPlus<U> input,
net.imglib2.ops.function.Function<net.imglib2.ops.pointset.PointSet,V> func,
net.imglib2.ops.pointset.PointSet neighborhood) |
Modifier and Type | Method and Description |
---|---|
static ImgPlus<? extends RealType<?>> |
RestructureUtils.createNewImgPlus(Dataset ds,
long[] dimensions,
AxisType[] axisTypes)
Creates a new
ImgPlus with specified dimensions and axes. |
static <T> ImgPlus<T> |
RestructureUtils.createNewImgPlus(ImgPlus<T> imgPlus,
long[] dimensions,
AxisType[] axisTypes)
Creates a new
ImgPlus with specified dimensions and axes. |
Modifier and Type | Method and Description |
---|---|
static void |
RestructureUtils.allocateColorTables(ImgPlus<?> imgPlus)
Modifies an given ImgPlus by allocating 1 color table reference for each
plane in the ImgPlus.
|
static void |
RestructureUtils.copyColorTables(ImgPlus<?> srcImgPlus,
ImgPlus<?> dstImgPlus)
Copies color table references from a source ImgPlus to a destination
ImgPlus.
|
static void |
RestructureUtils.copyColorTables(ImgPlus<?> srcImgPlus,
ImgPlus<?> dstImgPlus)
Copies color table references from a source ImgPlus to a destination
ImgPlus.
|
static void |
RestructureUtils.copyData(ImgPlus<? extends RealType<?>> srcImgPlus,
ImgPlus<? extends RealType<?>> dstImgPlus,
AxisType axis,
long srcStartPos,
long dstStartPos,
long numHyperplanes)
Copies a region of data from a srcImgPlus to a dstImgPlus.
|
static void |
RestructureUtils.copyData(ImgPlus<? extends RealType<?>> srcImgPlus,
ImgPlus<? extends RealType<?>> dstImgPlus,
AxisType axis,
long srcStartPos,
long dstStartPos,
long numHyperplanes)
Copies a region of data from a srcImgPlus to a dstImgPlus.
|
static void |
RestructureUtils.copyHyperVolume(ImgPlus<? extends RealType<?>> srcImgPlus,
long[] srcOrigin,
long[] srcSpan,
ImgPlus<? extends RealType<?>> dstImgPlus,
long[] dstOrigin,
long[] dstSpan)
|
static void |
RestructureUtils.copyHyperVolume(ImgPlus<? extends RealType<?>> srcImgPlus,
long[] srcOrigin,
long[] srcSpan,
ImgPlus<? extends RealType<?>> dstImgPlus,
long[] dstOrigin,
long[] dstSpan)
|
static <T> ImgPlus<T> |
RestructureUtils.createNewImgPlus(ImgPlus<T> imgPlus,
long[] dimensions,
AxisType[] axisTypes)
Creates a new
ImgPlus with specified dimensions and axes. |
static long |
RestructureUtils.planeCount(ImgPlus<?> imgPlus)
Returns the number of planes present in an ImgPlus
|
void |
ColorTableRemapper.remapColorTables(ImgPlus<?> srcImgPlus,
ImgPlus<?> dstImgPlus) |
void |
ColorTableRemapper.remapColorTables(ImgPlus<?> srcImgPlus,
ImgPlus<?> dstImgPlus) |
Modifier and Type | Method and Description |
---|---|
ImgPlus<DoubleType> |
ResultsTable.img()
Wraps the results table in an ImgLib
Img . |
ImgPlus<DoubleType> |
DefaultResultsTable.img() |
Copyright © 2014–2022 ImageJ. All rights reserved.