![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
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 | |
Structure allowing to encaspulate image of classes and coordinates of clusters centroids resulting from the application of the K-means algorithm.
1.8.14