IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
KMeansAssignUtils.h
Go to the documentation of this file.
1 // KMeansAssignUtils.h:
3 // ------------------------
4 //
14 
15 #ifndef __PYIPSDKIPLCLASSIFICATION_KMEANSASSIGNUTILS_H__
16 #define __PYIPSDKIPLCLASSIFICATION_KMEANSASSIGNUTILS_H__
17 
19 #include <IPSDKIPL/IPSDKIPLClassification/Processor/KMeansAssignImg/KMeansAssignImg.h>
20 #include <boost/python/tuple.hpp>
21 
22 namespace ipsdk {
23 namespace python {
24 
27 
31 PYIPSDKIPLCLASSIFICATION_API boost::python::tuple
33  const imaproc::attr::ClustersPptiesCollConstPtr& inCenters);
34 PYIPSDKIPLCLASSIFICATION_API boost::python::tuple
36  const image::ImageConstPtr& pMaskImg,
37  const imaproc::attr::ClustersPptiesCollConstPtr& inCenters);
39 
42 
43 } // end of namespace python
44 } // end of namespace ipsdk
45 
46 #endif // __PYIPSDKIPLCLASSIFICATION_KMEANSASSIGNUTILS_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
#define PYIPSDKIPLCLASSIFICATION_API
Import/Export macro for library PyIPSDKIPLClassification.
Definition: PyIPSDKIPLClassificationExports.h:25
Definition of import/export macro for library.
boost::shared_ptr< const BaseImage > ImageConstPtr
Definition: ImageTypes.h:140
PYIPSDKIPLCLASSIFICATION_API boost::python::tuple kMeansAssignImg(const image::ImageConstPtr &pInImg, const imaproc::attr::ClustersPptiesCollConstPtr &inCenters)
wrapper function k-means algorithm