IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
KernelKMeansRuleUtils.h
Go to the documentation of this file.
1 // KernelKMeansRuleUtils.h:
3 // ------------------------
4 //
14 
15 #ifndef __IPSDKIPLCLASSIFICATION_KERNELKMEANSRULEUTILS_H__
16 #define __IPSDKIPLCLASSIFICATION_KERNELKMEANSRULEUTILS_H__
17 
19 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InNbClusters.h>
20 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/InKKMeansCentroids.h>
23 
24 namespace ipsdk {
25 namespace imaproc {
26 namespace classif {
27 
30 
35 matchKernelKMeansClassImg(const ImageAttributeConstPtr& pInHomogeneousImgAttribute,
36  const boost::shared_ptr<const attr::InNbClusters>& pInNbClustersAttribute);
38 matchKernelKMeansClassImg(const ImageAttributeConstPtr& pInHomogeneousImgAttribute,
39  const boost::shared_ptr<const attr::InKKMeansCentroids>& pInKKMeansCentroidsAttribute);
41 
44 
45 } // end of namespace classif
46 } // end of namespace imaproc
47 } // end of namespace ipsdk
48 
49 #endif // __IPSDKIPLCLASSIFICATION_KERNELKMEANSRULEUTILS_H__
#define IPSDKIPLCLASSIFICATION_API
Import/Export macro for library IPSDKIPLClassification.
Definition: IPSDKIPLClassificationExports.h:25
IPSDKIPLCLASSIFICATION_API CustomCheckedImagePropertyPtr matchKernelKMeansClassImg(const ImageAttributeConstPtr &pInHomogeneousImgAttribute, const boost::shared_ptr< const attr::InNbClusters > &pInNbClustersAttribute)
function allowing to check that output class image matches input image and expected number of cluster...
boost::shared_ptr< BaseCustomCheckedImageProperty > CustomCheckedImagePropertyPtr
boost::shared_ptr< const BaseImageAttribute > ImageAttributeConstPtr
Definition of import/export macro for library.