Go to the source code of this file.
Classes | |
class | itk::Statistics::KdTree< TSample > |
This class provides methods for k-nearest neighbor search and related data structures for a k-d tree. More... | |
class | itk::Statistics::KdTreeNode< TSample > |
This class defines the interface of its derived classes. More... | |
class | itk::Statistics::KdTreeNonterminalNode< TSample > |
This is a subclass of the KdTreeNode. More... | |
class | itk::Statistics::KdTreeTerminalNode< TSample > |
This class is the node that doesn't have any child node. The IsTerminal method returns true for this class. This class stores the instance identifiers belonging to this node, while the nonterminal nodes do not store them. The AddInstanceIdentifier and GetInstanceIdentifier are storing and retrieving the instance identifiers belonging to this node. More... | |
class | itk::Statistics::KdTreeWeightedCentroidNonterminalNode< TSample > |
This is a subclass of the KdTreeNode. More... | |
class | itk::Statistics::KdTree< TSample >::NearestNeighbors |
data structure for storing k-nearest neighbor search result (k number of Neighbors) More... | |
Namespaces | |
namespace | itk |
namespace | itk::Statistics |