ITK 6.0.0
Insight Toolkit
 
Loading...
Searching...
No Matches
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

namespace  itk
 

Variables

constexpr int8_t GLA_CONVERGED = 1
 
constexpr int8_t GLA_NOT_CONVERGED = 2
 
constexpr int8_t LBG_COMPLETED = 3
 
constexpr int8_t ONEBAND = 1
 

Variable Documentation

◆ GLA_CONVERGED

int8_t GLA_CONVERGED = 1
constexpr

Definition at line 36 of file itkImageKmeansModelEstimator.h.

◆ GLA_NOT_CONVERGED

int8_t GLA_NOT_CONVERGED = 2
constexpr

Definition at line 37 of file itkImageKmeansModelEstimator.h.

◆ LBG_COMPLETED

int8_t LBG_COMPLETED = 3
constexpr

Definition at line 38 of file itkImageKmeansModelEstimator.h.

◆ ONEBAND

int8_t ONEBAND = 1
constexpr

Definition at line 35 of file itkImageKmeansModelEstimator.h.