Modifier and Type | Field and Description |
---|---|
protected KDTree<T> |
RadiusNeighborSearch.kdTree |
protected KDTree<T> |
NearestNeighborSearch.kdTree |
protected KDTree<T> |
NNearestNeighborSearch.kdTree |
Modifier and Type | Method and Description |
---|---|
KDTree<T> |
RadiusNeighborSearch.getKDTree() |
KDTree<T> |
NearestNeighborSearch.getKDTree() |
KDTree<T> |
NNearestNeighborSearch.getKDTree() |
Constructor and Description |
---|
NearestNeighborSearch(KDTree<T> kdTree) |
NNearestNeighborSearch(KDTree<T> kdTree) |
RadiusNeighborSearch(KDTree<T> kdTree) |
Modifier and Type | Method and Description |
---|---|
static <P extends Point> |
TestPointDescriptor.createLocalCoordinateSystemPointDescriptors(KDTree<VirtualPointNode<P>> tree,
ArrayList<VirtualPointNode<P>> basisPoints,
int numNeighbors,
boolean normalize) |
static <P extends Point> |
TestPointDescriptor.createModelPointDescriptors(KDTree<VirtualPointNode<P>> tree,
ArrayList<VirtualPointNode<P>> basisPoints,
int numNeighbors,
TranslationInvariantModel<?> model,
Matcher matcher,
SimilarityMeasure similarityMeasure) |
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 | Method and Description |
---|---|
protected static ArrayList<AbstractPointDescriptor> |
Matching.createModelPointDescriptors(KDTree<Particle> tree,
ArrayList<Particle> basisPoints,
int numNeighbors,
Matcher matcher,
SimilarityMeasure similarityMeasure,
int dimensionality) |
protected static ArrayList<AbstractPointDescriptor> |
Matching.createSimplePointDescriptors(KDTree<Particle> tree,
ArrayList<Particle> basisPoints,
int numNeighbors,
Matcher matcher,
SimilarityMeasure similarityMeasure) |
Modifier and Type | Method and Description |
---|---|
protected static ArrayList<SimplePointDescriptor<Detection>> |
RGLDMMatcher.createSimplePointDescriptors(KDTree<Detection> tree,
ArrayList<Detection> basisPoints,
int numNeighbors,
Matcher matcher,
SimilarityMeasure similarityMeasure) |
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.