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