IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
KMeansInitializerUtils.h
Go to the documentation of this file.
1 // KMeansInitializerUtils.h:
3 // ----------------------------
4 //
15 
16 #ifndef __IPSDKIPLUTIILITY_KMEANSINITIALIZERUTILS_H__
17 #define __IPSDKIPLUTIILITY_KMEANSINITIALIZERUTILS_H__
18 
20 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/InClustersCenters.h>
21 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InNbClusters.h>
24 
25 namespace ipsdk {
26 namespace imaproc {
27 namespace classif {
28 
31 
35 outputKMeans(const ImageAttributeConstPtr& pInputAttribute,
36  const boost::shared_ptr<const attr::InNbClusters>& pNbClustersAttribute);
37 
39 outputKMeans(const ImageAttributePtr& pOutClassImgAttribute,
40  const ImageAttributeConstPtr& pInputAttribute,
41  const boost::shared_ptr<const attr::InNbClusters>& pNbClustersAttribute);
42 
44 outputKMeans(const ImageAttributeConstPtr& pInputAttribute,
45  const boost::shared_ptr<const attr::InClustersCenters>& pClustersPptiesCollAttribute);
49 
50 } // end of namespace classif
51 } // end of namespace imaproc
52 } // end of namespace ipsdk
53 
54 #endif // __IPSDKIPLUTIILITY_KMEANSINITIALIZERUTILS_H__
#define IPSDKIPLCLASSIFICATION_API
Import/Export macro for library IPSDKIPLClassification.
Definition: IPSDKIPLClassificationExports.h:25
boost::shared_ptr< const BaseImageAttribute > ImageAttributeConstPtr
Definition of import/export macro for library.
boost::shared_ptr< BaseImageAttribute > ImageAttributePtr
IPSDKIPLCLASSIFICATION_API CustomImageInfoPtr outputKMeans(const ImageAttributeConstPtr &pInputAttribute, const boost::shared_ptr< const attr::InNbClusters > &pNbClustersAttribute)
boost::shared_ptr< BaseCustomImageInfo > CustomImageInfoPtr