ITK  5.4.0
Insight Toolkit
Classes | Namespaces | Macros
itkImageKmeansModelEstimator.h File Reference
#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"
+ Include dependency graph for itkImageKmeansModelEstimator.h:

Go to the source code of this file.

Classes

class  itk::ImageKmeansModelEstimator< TInputImage, TMembershipFunction >
 

Namespaces

 itk
 

Macros

#define GLA_CONVERGED   1
 
#define GLA_NOT_CONVERGED   2
 
#define LBG_COMPLETED   3
 
#define ONEBAND   1
 

Macro Definition Documentation

◆ GLA_CONVERGED

#define GLA_CONVERGED   1

Definition at line 36 of file itkImageKmeansModelEstimator.h.

◆ GLA_NOT_CONVERGED

#define GLA_NOT_CONVERGED   2

Definition at line 37 of file itkImageKmeansModelEstimator.h.

◆ LBG_COMPLETED

#define LBG_COMPLETED   3

Definition at line 38 of file itkImageKmeansModelEstimator.h.

◆ ONEBAND

#define ONEBAND   1

Definition at line 35 of file itkImageKmeansModelEstimator.h.