ITK
6.0.0
Insight Toolkit
|
#include <ctime>
#include <cmath>
#include <cfloat>
#include "vnl/vnl_vector.h"
#include "vnl/vnl_matrix.h"
#include "itkMath.h"
#include "vnl/algo/vnl_matrix_inverse.h"
#include "itkImageRegionIterator.h"
#include "itkMacro.h"
#include "itkImageModelEstimatorBase.h"
#include "itkImageKmeansModelEstimator.hxx"
Go to the source code of this file.
Classes | |
class | itk::ImageKmeansModelEstimator< TInputImage, TMembershipFunction > |
Namespaces | |
namespace | itk |
Macros | |
#define | GLA_CONVERGED 1 |
#define | GLA_NOT_CONVERGED 2 |
#define | LBG_COMPLETED 3 |
#define | ONEBAND 1 |
#define GLA_CONVERGED 1 |
Definition at line 36 of file itkImageKmeansModelEstimator.h.
#define GLA_NOT_CONVERGED 2 |
Definition at line 37 of file itkImageKmeansModelEstimator.h.
#define LBG_COMPLETED 3 |
Definition at line 38 of file itkImageKmeansModelEstimator.h.
#define ONEBAND 1 |
Definition at line 35 of file itkImageKmeansModelEstimator.h.