Package | Description |
---|---|
mpicbg.imglib.algorithm.kdtree | |
mpicbg.imglib.algorithm.kdtree.node | |
mpicbg.imglib.algorithm.scalespace | |
mpicbg.stitching |
Modifier and Type | Field and Description |
---|---|
protected Node<T> |
KDTree.root |
Modifier and Type | Method and Description |
---|---|
Node<T> |
KDTree.getRoot() |
protected Node<T> |
KDTree.makeNode(List<T> leaves,
int depth) |
Modifier and Type | Method and Description |
---|---|
protected T |
NearestNeighborSearch.findNearestNeighbor(T point,
Node<T> node,
int depth) |
protected void |
RadiusNeighborSearch.findNeighbors(T point,
Node<T> node,
int depth) |
int |
NNearestNeighborSearch.findNNearestNeighbors(T point,
Node<T> node,
int depth,
int gotAlready,
T[] result) |
String |
KDTree.toString(Node<T> node,
String indent) |
Modifier and Type | Interface and Description |
---|---|
interface |
Node<N extends Node<N>>
TODO
|
Modifier and Type | Interface and Description |
---|---|
interface |
Leaf<N extends Leaf<N>>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
NonLeaf<T extends Leaf<T>>
TODO
|
class |
SimpleNode
TODO
|
Modifier and Type | Field and Description |
---|---|
Node<T> |
NonLeaf.left |
Node<T> |
NonLeaf.right |
Modifier and Type | Method and Description |
---|---|
String |
NonLeaf.toString(Node<T> node) |
Constructor and Description |
---|
NonLeaf(float coordinate,
int dimension,
Node<T> left,
Node<T> right) |
NonLeaf(float coordinate,
int dimension,
Node<T> left,
Node<T> right) |
Modifier and Type | Class and Description |
---|---|
class |
DifferenceOfGaussianPeak<T extends NumericType<T>>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
Peak |
Copyright © 2015–2021 Fiji. All rights reserved.