IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Public Attributes | List of all members
ipsdk::imaproc::classif::KMeansResults Struct Reference

Structure allowing to encaspulate image of classes, coordinates of centers of clusters and compactness resulting from the application of the K-means algorithm. More...

#include <KMeansAssignResultsTypes.h>

Public Member Functions

constructor and destructor
 KMeansResults (const image::ImagePtr &pClassesImg, const attr::ClustersCentersPtr &pClustersCenters, const ipReal64 compactness)
 
 ~KMeansResults ()
 

Public Attributes

image::ImagePtr _pClassesImg
 image of classes
 
attr::ClustersCentersPtr _pClustersCenters
 coordinates of clusters centers
 
ipReal64 _compactness
 global compactness of clusters
 

Detailed Description

Structure allowing to encaspulate image of classes, coordinates of centers of clusters and compactness resulting from the application of the K-means algorithm.


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