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

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

#include <KernelKMeansResultsTypes.h>

Public Member Functions

constructor and destructor
 KernelKMeansResults (const image::ImagePtr &pClassesImg, const attr::KKMeansCentroidsPtr &pClustersCentroids)
 
 ~KernelKMeansResults ()
 

Public Attributes

image::ImagePtr _pClassesImg
 image of classes
 
attr::KKMeansCentroidsPtr _pClustersCentroids
 coordinates of clusters centroids
 

Detailed Description

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


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