Package | Description |
---|---|
fiji.util | |
fiji.util.node | |
mpicbg.pointdescriptor | |
mpicbg.pointdescriptor.test | |
mpicbg.spim.registration.bead | |
mpicbg.spim.registration.detection | |
mpicbg.spim.registration.segmentation | |
process |
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>> |
Modifier and Type | Interface and Description |
---|---|
interface |
Leaf<N extends Leaf<N>> |
Modifier and Type | Class and Description |
---|---|
class |
NonLeaf<T extends Leaf<T>> |
class |
SimpleNode |
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 |
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 | Class and Description |
---|---|
class |
Nucleus |
Modifier and Type | Class and Description |
---|---|
class |
Particle |
Copyright © 2015–2021 Fiji. All rights reserved.