Package | Description |
---|---|
net.imglib2 | |
net.imglib2.algorithm.kdtree | |
net.imglib2.algorithm.math | |
net.imglib2.algorithm.math.execution | |
net.imglib2.neighborsearch | |
net.imglib2.roi.geom | |
net.imglib2.roi.geom.real |
Constructor and Description |
---|
KDTreeCursor(KDTree<T> kdtree) |
Constructor and Description |
---|
ClipConvexPolytopeKDTree(KDTree<T> tree) |
SplitHyperPlaneKDTree(KDTree<T> tree) |
Modifier and Type | Method and Description |
---|---|
KDTree<I> |
KDTreeSource.getKDTree() |
Modifier and Type | Method and Description |
---|---|
static <T extends RealType<T>> |
ImgMath.gen(KDTree<T> kdtree,
double radius) |
static <T extends RealType<T>> |
ImgMath.gen(KDTree<T> kdtree,
double radius,
Object outside) |
static <T extends RealType<T>> |
ImgMath.gen(KDTree<T> kdtree,
double radius,
Object outside,
Interval interval) |
Constructor and Description |
---|
KDTreeSource(KDTree<I> kdtree,
double radius) |
KDTreeSource(KDTree<I> kdtree,
double radius,
Object outside) |
KDTreeSource(KDTree<I> kdtree,
double radius,
Object outside,
Interval interval) |
Constructor and Description |
---|
KDTreeRadiusSource(O scrap,
Converter<RealType<?>,O> converter,
KDTree<I> kdtree,
double radius,
I outside,
Interval interval) |
Modifier and Type | Field and Description |
---|---|
protected KDTree<T> |
RadiusNeighborSearchOnKDTree.tree |
protected KDTree<T> |
NearestNeighborSearchOnKDTree.tree |
protected KDTree<T> |
KNearestNeighborSearchOnKDTree.tree |
Constructor and Description |
---|
KNearestNeighborSearchOnKDTree(KDTree<T> tree,
int k) |
NearestNeighborSearchOnKDTree(KDTree<T> tree) |
RadiusNeighborSearchOnKDTree(KDTree<T> tree) |
Modifier and Type | Method and Description |
---|---|
static <L extends RealLocalizable> |
GeomMasks.kDTreeRealPointCollection(KDTree<L> tree)
Creates a
RealPointCollection from a KDTree . |
Constructor and Description |
---|
KDTreeRealPointCollection(KDTree<L> tree)
Creates a
RealPointCollection with the points in the
KDTree . |
Copyright © 2015–2022 ImgLib2. All rights reserved.