15 #ifndef __IPSDKIPLCLASSIFICATION_KERNELKMEANSIMG_H__ 16 #define __IPSDKIPLCLASSIFICATION_KERNELKMEANSIMG_H__ 19 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/KernelKMeansParams.h> 26 class KernelKMeansImgLvl1;
78 #endif // __IPSDKIPLCLASSIFICATION_KERNELKMEANSIMG_H__ Predefined types for KernelKMeansImg management.
#define IPSDKIPLCLASSIFICATION_API
Import/Export macro for library IPSDKIPLClassification.
Definition: IPSDKIPLClassificationExports.h:25
boost::shared_ptr< BaseImage > ImagePtr
Definition of import/export macro for library.
boost::shared_ptr< const ipsdk::imaproc::attr::KernelKMeansParams > KernelKMeansParamsConstPtr
shared pointer to const ipsdk::imaproc::attr::KernelKMeansParams
Definition: KernelKMeansParams.h:231
IPSDKIPLCLASSIFICATION_API boost::shared_ptr< KernelKMeansImgLvl1 > kernelKMeansImg_async(const image::ImageConstPtr &pInImg, const ipUInt32 nbClusters, const ipUInt32 nbSamples)
asynchronous wrappers
boost::shared_ptr< ipsdk::imaproc::attr::KKMeansCentroids > KKMeansCentroidsPtr
shared pointer to ipsdk::imaproc::attr::KKMeansCentroids
Definition: KKMeansCentroids.h:147
boost::shared_ptr< const BaseImage > ImageConstPtr
IPSDKIPLCLASSIFICATION_API KernelKMeansResults kernelKMeansImg(const image::ImageConstPtr &pInImg, const ipUInt32 nbClusters, const ipUInt32 nbSamples)
wrapper function for Kernel KMeans clustering algorithm
IPSDKIPLCLASSIFICATION_API image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< KernelKMeansAssignImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor