Package | Description |
---|---|
mpicbg.imglib.algorithm.kdtree | |
mpicbg.imglib.algorithm.kdtree.node | |
mpicbg.imglib.algorithm.scalespace | |
mpicbg.stitching |
Modifier and Type | Class and Description |
---|---|
class |
DistanceComparator<T extends Leaf<T>>
|
class |
KDTree<T extends Leaf<T>>
TODO
|
class |
NearestNeighborSearch<T extends Leaf<T>>
TODO
|
class |
NNearestNeighborSearch<T extends Leaf<T>>
TODO
|
class |
RadiusNeighborSearch<T extends Leaf<T>>
TODO
|
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>>
TODO
|
class |
NonLeaf<T extends Leaf<T>>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleNode
TODO
|
Modifier and Type | Method and Description |
---|---|
N[] |
Leaf.createArray(int n) |
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.