Modifier and Type | Method and Description |
---|---|
static <T extends Type<T>> |
MserTree.buildMserTree(RandomAccessibleInterval<T> input,
ComputeDelta<T> computeDelta,
long minSize,
long maxSize,
double maxVar,
double minDiversity,
ImgFactory<LongType> imgFactory,
T maxValue,
Comparator<T> comparator)
Build a MSER tree from an input image.
|
static <T extends RealType<T>> |
MserTree.buildMserTree(RandomAccessibleInterval<T> input,
T delta,
long minSize,
long maxSize,
double maxVar,
double minDiversity,
ImgFactory<LongType> imgFactory,
boolean darkToBright)
Build a MSER tree from an input image.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Type<T>> |
PixelListComponentTree.buildComponentTree(RandomAccessibleInterval<T> input,
T maxValue,
Comparator<T> comparator,
ImgFactory<LongType> imgFactory)
Build a component tree from an input image.
|
static <T extends RealType<T>> |
PixelListComponentTree.buildComponentTree(RandomAccessibleInterval<T> input,
T type,
ImgFactory<LongType> imgFactory,
boolean darkToBright)
Build a component tree from an input image.
|
Constructor and Description |
---|
PixelList(RandomAccess<LongType> locationsAccess,
long[] dimensions) |
Modifier and Type | Method and Description |
---|---|
protected void |
IntegralImgLong.integrateLine(int d,
RandomAccess<LongType> cursor,
LongType sum,
long size) |
protected void |
IntegralImgLong.integrateLineDim0(Converter<R,LongType> converter,
RandomAccess<R> cursorIn,
RandomAccess<LongType> cursorOut,
LongType sum,
LongType tmpVar,
long size) |
Modifier and Type | Method and Description |
---|---|
protected void |
IntegralImgLong.integrateLine(int d,
RandomAccess<LongType> cursor,
LongType sum,
long size) |
protected void |
IntegralImgLong.integrateLineDim0(Converter<R,LongType> converter,
RandomAccess<R> cursorIn,
RandomAccess<LongType> cursorOut,
LongType sum,
LongType tmpVar,
long size) |
protected void |
IntegralImgLong.integrateLineDim0(Converter<R,LongType> converter,
RandomAccess<R> cursorIn,
RandomAccess<LongType> cursorOut,
LongType sum,
LongType tmpVar,
long size) |
Constructor and Description |
---|
IntegralImgLong(RandomAccessibleInterval<R> img,
LongType type,
Converter<R,LongType> converter) |
Constructor and Description |
---|
IntegralImgLong(RandomAccessibleInterval<R> img,
LongType type,
Converter<R,LongType> converter) |
Modifier and Type | Method and Description |
---|---|
LongType |
LongLongAccessTypeLongTypeConverter.convert(Sampler<? extends LongLongAccessType> sampler) |
Modifier and Type | Method and Description |
---|---|
LongType |
HistogramNd.firstElement() |
LongType |
Histogram1d.firstElement() |
LongType |
DiscreteFrequencyDistribution.firstElement() |
Modifier and Type | Method and Description |
---|---|
Cursor<LongType> |
HistogramNd.cursor() |
Cursor<LongType> |
Histogram1d.cursor() |
Cursor<LongType> |
DiscreteFrequencyDistribution.cursor() |
ImgFactory<LongType> |
HistogramNd.factory() |
ImgFactory<LongType> |
Histogram1d.factory() |
ImgFactory<LongType> |
DiscreteFrequencyDistribution.factory() |
Iterator<LongType> |
HistogramNd.iterator() |
Iterator<LongType> |
Histogram1d.iterator() |
Iterator<LongType> |
DiscreteFrequencyDistribution.iterator() |
Cursor<LongType> |
HistogramNd.localizingCursor() |
Cursor<LongType> |
Histogram1d.localizingCursor() |
Cursor<LongType> |
DiscreteFrequencyDistribution.localizingCursor() |
RandomAccess<LongType> |
HistogramNd.randomAccess() |
RandomAccess<LongType> |
Histogram1d.randomAccess() |
RandomAccess<LongType> |
DiscreteFrequencyDistribution.randomAccess() |
RandomAccess<LongType> |
HistogramNd.randomAccess(Interval interval) |
RandomAccess<LongType> |
Histogram1d.randomAccess(Interval interval) |
RandomAccess<LongType> |
DiscreteFrequencyDistribution.randomAccess(Interval interval) |
Constructor and Description |
---|
DiscreteFrequencyDistribution(Img<LongType> img)
Construct an n-dimensional counter using a provided
Img<LongType> to
store counts. |
Modifier and Type | Method and Description |
---|---|
static <A extends LongAccess> |
ArrayImgs.longs(A access,
long... dim)
|
static ArrayImg<LongType,LongArray> |
ArrayImgs.longs(long... dim)
|
static ArrayImg<LongType,LongArray> |
ArrayImgs.longs(long[] array,
long... dim)
|
Modifier and Type | Method and Description |
---|---|
static PlanarImg<LongType,LongArray> |
PlanarImgs.longs(long... dim)
|
Modifier and Type | Method and Description |
---|---|
LongType |
PositionRandomAccessible.PositionRandomAccess.get() |
Modifier and Type | Method and Description |
---|---|
RandomAccess<LongType> |
PositionRandomAccessible.PositionRandomAccess.copyRandomAccess() |
RandomAccess<LongType> |
PositionRandomAccessible.randomAccess() |
RandomAccess<LongType> |
PositionRandomAccessible.randomAccess(Interval interval) |
Modifier and Type | Method and Description |
---|---|
LongType |
PositionRandomAccessible.PositionRandomAccess.get() |
Modifier and Type | Method and Description |
---|---|
RandomAccess<LongType> |
PositionRandomAccessible.PositionRandomAccess.copyRandomAccess() |
RandomAccess<LongType> |
PositionRandomAccessible.randomAccess() |
RandomAccess<LongType> |
PositionRandomAccessible.randomAccess(Interval interval) |
Modifier and Type | Method and Description |
---|---|
LongType |
LongType.copy() |
LongType |
LongType.createVariable() |
LongType |
LongType.duplicateTypeOnSameNativeImg() |
Modifier and Type | Method and Description |
---|---|
NativeTypeFactory<LongType,LongAccess> |
LongType.getNativeTypeFactory() |
Copyright © 2015–2022 ImgLib2. All rights reserved.