ITK  5.0.0
Insight Segmentation and Registration Toolkit
Public Attributes | List of all members
itk::Statistics::KdTreeBasedKmeansEstimator< TKdTree >::CandidateVector::Candidate Struct Reference

#include <itkKdTreeBasedKmeansEstimator.h>

Detailed Description

template<typename TKdTree>
struct itk::Statistics::KdTreeBasedKmeansEstimator< TKdTree >::CandidateVector::Candidate

Definition at line 180 of file itkKdTreeBasedKmeansEstimator.h.

Public Attributes

CentroidType Centroid
 
int Size
 
CentroidType WeightedCentroid
 

Member Data Documentation

template<typename TKdTree >
CentroidType itk::Statistics::KdTreeBasedKmeansEstimator< TKdTree >::CandidateVector::Candidate::Centroid
template<typename TKdTree >
int itk::Statistics::KdTreeBasedKmeansEstimator< TKdTree >::CandidateVector::Candidate::Size
template<typename TKdTree >
CentroidType itk::Statistics::KdTreeBasedKmeansEstimator< TKdTree >::CandidateVector::Candidate::WeightedCentroid

The documentation for this struct was generated from the following file: