IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces
KMeansComputeCompactness.h File Reference

Wrapper functions for Compute compactness given an input image of classes and clusters centroids. More...

#include <IPSDKIPL/IPSDKIPLClassification/IPSDKIPLClassificationExports.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/ClustersCenters.h>
#include <IPSDKImage/Image/ImageTypes.h>

Go to the source code of this file.

Namespaces

 ipsdk::imaproc::classif
 Namespace aggregating classification operations on images.
 

Functions

IPSDKIPLCLASSIFICATION_API ipsdk::ipReal64 ipsdk::imaproc::classif::kMeansComputeCompactness (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pClassImg, const ipsdk::imaproc::attr::ClustersCentersConstPtr &pInClustersCenters)
 wrapper function for Compute compactness given an input image of classes and clusters centroids More...
 
IPSDKIPLCLASSIFICATION_API ipsdk::ipReal64 ipsdk::imaproc::classif::kMeansComputeCompactness (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pClassImg, const ipsdk::image::ImageConstPtr &pMaskImg, const ipsdk::imaproc::attr::ClustersCentersConstPtr &pInClustersCenters)
 wrapper function for Compute compactness given an input image of classes and clusters centroids More...
 
IPSDKIPLCLASSIFICATION_API boost::shared_ptr< KMeansComputeCompactnessLvl1 > ipsdk::imaproc::classif::kMeansComputeCompactness_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pClassImg, const ipsdk::imaproc::attr::ClustersCentersConstPtr &pInClustersCenters)
 asynchronous wrappers
 
IPSDKIPLCLASSIFICATION_API boost::shared_ptr< KMeansComputeCompactnessLvl1 > ipsdk::imaproc::classif::kMeansComputeCompactness_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pClassImg, const ipsdk::image::ImageConstPtr &pMaskImg, const ipsdk::imaproc::attr::ClustersCentersConstPtr &pInClustersCenters)
 asynchronous wrappers
 
IPSDKIPLCLASSIFICATION_API ipsdk::ipReal64 ipsdk::imaproc::classif::getAsyncProcessorOutput (boost::shared_ptr< KMeansComputeCompactnessLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for Compute compactness given an input image of classes and clusters centroids.

Author
H. Delestre
Date
2018/09/03