Modifier and Type | Field and Description |
---|---|
protected Point |
PointSampleList.PointSampleListCursor.position |
Modifier and Type | Field and Description |
---|---|
protected ArrayList<Point> |
PointSampleList.coordinates |
Modifier and Type | Method and Description |
---|---|
default Point |
Dimensions.dimensionsAsPoint()
Allocates a new
Point with the dimensions of this object. |
default Point |
Interval.maxAsPoint()
Allocates a new
Point with the maximum of this Interval. |
default Point |
Interval.minAsPoint()
Allocates a new
Point with the maximum of this Interval. |
default Point |
Localizable.positionAsPoint()
Allocate and return a
Point containing the localizable's
position. |
static Point |
Point.wrap(long[] position)
Create a point that stores its coordinates in the provided position
array.
|
Modifier and Type | Method and Description |
---|---|
void |
PointSampleList.add(Point position,
T sample) |
Modifier and Type | Method and Description |
---|---|
ArrayList<Point> |
DogDetection.getPeaks()
If you want to get subpixel-localized peaks, call
DogDetection.getSubpixelPeaks() directly. |
ArrayList<Point> |
DogDetection.TypedDogDetection.getPeaks() |
ArrayList<RefinedPeak<Point>> |
DogDetection.getSubpixelPeaks() |
ArrayList<RefinedPeak<Point>> |
DogDetection.TypedDogDetection.getSubpixelPeaks() |
Modifier and Type | Method and Description |
---|---|
static <T extends IntegerType<T>> |
HoughTransforms.pickLinePeaks(RandomAccessibleInterval<T> voteSpace,
long threshold)
Pick vote space peaks with a
LocalExtrema . |
static <T extends Comparable<T>> |
HoughTransforms.pickLinePeaks(RandomAccessibleInterval<T> voteSpace,
T minPeak)
Pick vote space peaks with a
LocalExtrema . |
Modifier and Type | Method and Description |
---|---|
<C extends Localizable & Sampler<T>> |
LocalExtrema.MaximumCheck.check(C center,
Neighborhood<T> neighborhood) |
<C extends Localizable & Sampler<T>> |
LocalExtrema.MinimumCheck.check(C center,
Neighborhood<T> neighborhood) |
Modifier and Type | Method and Description |
---|---|
static <T extends RealType<T>> |
ImgMath.gen(List<Point> positions,
List<T> values,
double radius) |
static <T extends RealType<T>> |
ImgMath.gen(List<Point> positions,
List<T> values,
double radius,
Object outside) |
static <T extends RealType<T>> |
ImgMath.gen(List<Point> positions,
List<T> values,
double radius,
Object outside,
Interval interval) |
static <T extends RealType<T>> |
ImgMath.gen(List<Point> positions,
T value,
double radius) |
static <T extends RealType<T>> |
ImgMath.gen(List<Point> positions,
T value,
double radius,
Object outside) |
static <T extends RealType<T>> |
ImgMath.gen(List<Point> positions,
T value,
double radius,
Object outside,
Interval interval) |
Constructor and Description |
---|
KDTreeSource(List<Point> points,
I value,
double radius) |
KDTreeSource(List<Point> points,
I value,
double radius,
Object outside) |
KDTreeSource(List<Point> points,
I value,
double radius,
Object outside,
Interval interval) |
KDTreeSource(List<Point> points,
List<I> values,
double radius) |
KDTreeSource(List<Point> points,
List<I> values,
double radius,
Object outside) |
KDTreeSource(List<Point> points,
List<I> values,
double radius,
Object outside,
Interval interval) |
Modifier and Type | Class and Description |
---|---|
class |
FunctionRandomAccess<C extends RealType<C>,O extends RealType<O>> |
class |
FunctionRandomAccessDouble<O extends RealType<O>> |
class |
KDTreeRadiusSource<I extends RealType<I>,O extends RealType<O>> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractProjector2D
Base class for 2D projectors.
|
class |
IterableIntervalProjector2D<A,B>
A general 2D Projector that uses two dimensions as input to create the 2D
result.
|
class |
MultithreadedIterableIntervalProjector2D<A,B>
Multithreaded version of
IterableIntervalProjector2D by |
class |
RandomAccessibleProjector2D<A,B>
A general 2D Projector that uses two dimensions as input to create the 2D
result.
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeXYProjector<A>
Creates a composite image from across multiple dimensional positions along an
axis (typically, but not necessarily, channels).
|
class |
CompositeXYRandomAccessibleProjector<A>
Creates a composite image from across multiple dimensional positions along an
axis (typically, but not necessarily, channels).
|
Modifier and Type | Class and Description |
---|---|
class |
SamplingProjector2D<A,B>
A general 2D Projector that uses three dimensions as input to create the 2D
result.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayImgXYByteProjector<A extends GenericByteType<A>>
Fast implementation of a
AbstractProjector2D that selects a 2D data
plain from an ByteType ArrayImg. |
class |
ArrayImgXYShortProjector<A extends GenericShortType<A>>
Fast implementation of a
AbstractProjector2D that selects a 2D data
plain from an ShortType ArrayImg. |
class |
PlanarImgXYByteProjector<A extends GenericByteType<A>>
Fast implementation of a
AbstractProjector2D that selects a 2D data
plain from a ByteType PlanarImg. |
class |
PlanarImgXYShortProjector<A extends GenericShortType<A>>
Fast implementation of a
AbstractProjector2D that selects a 2D data
plain from an ShortType PlanarImg. |
Modifier and Type | Class and Description |
---|---|
class |
Volatile2DRandomAccessibleProjector<T,A extends Volatile<T>,B>
IterableIntervalProjector2D for Volatile input. |
Modifier and Type | Class and Description |
---|---|
class |
FunctionRandomAccessible.FunctionRandomAccess |
class |
PositionRandomAccessible.PositionRandomAccess |
Modifier and Type | Class and Description |
---|---|
class |
AffineRandomAccessible.AffineRandomAccess
RealRandomAccess that generates its samples from a source
RealRandomAccessible at coordinates transformed by a
RealTransform . |
class |
RealTransformRandomAccessible.RealTransformRandomAccess
RealRandomAccess that generates its samples from a source
RealRandomAccessible at coordinates transformed by a
RealTransform . |
Modifier and Type | Class and Description |
---|---|
class |
MaskPredicateRandomAccess<B extends BooleanType<B>>
|
Modifier and Type | Class and Description |
---|---|
class |
HyperSlicesView.HyperSlicesViewRandomAccess |
Copyright © 2015–2022 ImgLib2. All rights reserved.