Modifier and Type | Class and Description |
---|---|
class |
DistanceComparator<T extends Leaf<T>>
|
class |
KDTree<T extends Leaf<T>> |
class |
NearestNeighborSearch<T extends Leaf<T>> |
class |
NNearestNeighborSearch<T extends Leaf<T>> |
class |
RadiusNeighborSearch<T extends Leaf<T>> |
Modifier and Type | Method and Description |
---|---|
T[] |
NNearestNeighborSearch.findNNearestNeighbors(T point,
int n) |
Modifier and Type | Method and Description |
---|---|
int |
NNearestNeighborSearch.findNNearestNeighbors(T point,
Node<T> node,
int depth,
int gotAlready,
T[] result) |
String |
NNearestNeighborSearch.toString(T[] array,
int length) |
Modifier and Type | Interface and Description |
---|---|
interface |
Leaf<N extends Leaf<N>> |
class |
NonLeaf<T extends Leaf<T>> |
Modifier and Type | Class and Description |
---|---|
class |
SimpleNode |
Modifier and Type | Method and Description |
---|---|
N[] |
Leaf.createArray(int n) |
Modifier and Type | Class and Description |
---|---|
class |
ICP<P extends Point & Leaf<P>>
Implementation of the ICP
|
interface |
PointMatchIdentification<P extends Point & Leaf<P>> |
class |
SimplePointMatchIdentification<P extends Point & Leaf<P>> |
Modifier and Type | Class and Description |
---|---|
class |
LocalCoordinateSystemPointDescriptor<P extends Point> |
Modifier and Type | Class and Description |
---|---|
class |
PointNode |
class |
VirtualPointNode<P extends Point> |
Modifier and Type | Class and Description |
---|---|
class |
Bead |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDetection<T extends AbstractDetection<T>> |
class |
Detection |
class |
DetectionView<S extends DetectionIdentification<S,T>,T extends DetectionView<S,T>> |
Modifier and Type | Method and Description |
---|---|
static <P extends Point & Leaf<P>> |
CoordSystem3d.createLocalCoordinateSystemPointDescriptors(KDTree<P> tree,
ArrayList<P> basisPoints,
int numNeighbors,
boolean normalize) |
static <P extends Point & Leaf<P>> |
ModelBased3d.createModelPointDescriptors(KDTree<P> tree,
ArrayList<P> basisPoints,
int numNeighbors,
TranslationInvariantModel<?> model,
Matcher matcher,
SimilarityMeasure similarityMeasure) |
Modifier and Type | Class and Description |
---|---|
class |
Nucleus |
Modifier and Type | Class and Description |
---|---|
class |
Particle |
Modifier and Type | Method and Description |
---|---|
static <P extends Point & Leaf<P>> |
GeometricHasher.createLocalCoordinateSystemPointDescriptors(KDTree<P> tree,
ArrayList<P> basisPoints,
int numNeighbors,
boolean normalize) |
Copyright © 2015–2021 Fiji. All rights reserved.