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

Wrapper functions for Kernel KMeans clustering algorithm. More...

#include <IPSDKIPL/IPSDKIPLClassification/IPSDKIPLClassificationExports.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/KernelKMeansParams.h>
#include <IPSDKIPL/IPSDKIPLClassification/Tools/KernelKMeansResultsTypes.h>

Go to the source code of this file.

Namespaces

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

Functions

IPSDKIPLCLASSIFICATION_API KernelKMeansResults ipsdk::imaproc::classif::kernelKMeansImg (const image::ImageConstPtr &pInImg, const ipUInt32 nbClusters, const ipUInt32 nbSamples)
 wrapper function for Kernel KMeans clustering algorithm More...
 
IPSDKIPLCLASSIFICATION_API void ipsdk::imaproc::classif::kernelKMeansImg (const image::ImageConstPtr &pInImg, const ipUInt32 nbClusters, const ipUInt32 nbSamples, const ipUInt32 nbAttempts, const attr::KernelKMeansParamsConstPtr &pKernelKMeansParams, const image::ImagePtr &pOutClassImg, const attr::KKMeansCentroidsPtr &pOutKKMeansCentroids)
 wrapper function for Kernel KMeans clustering algorithm More...
 
IPSDKIPLCLASSIFICATION_API boost::shared_ptr< KernelKMeansImgLvl1 > ipsdk::imaproc::classif::kernelKMeansImg_async (const image::ImageConstPtr &pInImg, const ipUInt32 nbClusters, const ipUInt32 nbSamples)
 asynchronous wrappers
 
IPSDKIPLCLASSIFICATION_API boost::shared_ptr< KernelKMeansImgLvl1 > ipsdk::imaproc::classif::kernelKMeansImg_async (const image::ImageConstPtr &pInImg, const ipUInt32 nbClusters, const ipUInt32 nbSamples, const ipUInt32 nbAttempts, const attr::KernelKMeansParamsConstPtr &pKernelKMeansParams, const image::ImagePtr &pOutClassImg, const attr::KKMeansCentroidsPtr &pOutKKMeansCentroids)
 asynchronous wrappers
 
IPSDKIPLCLASSIFICATION_API KernelKMeansResults ipsdk::imaproc::classif::getAsyncProcessorOutput (boost::shared_ptr< KernelKMeansImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for Kernel KMeans clustering algorithm.

Author
E.Noirfalise
Date
2018/08/17