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

Utility functions for k-means assignment python wrapping. More...

#include <Python/PyIPSDKIPLClassification/PyIPSDKIPLClassificationExports.h>
#include <IPSDKIPL/IPSDKIPLClassification/Processor/KMeansAssignImg/KMeansAssignImg.h>
#include <boost/python/tuple.hpp>

Go to the source code of this file.

Namespaces

 ipsdk
 Main namespace for IPSDK library.
 
 ipsdk::python
 Namespace aggregating IPSDK to python base wrappers.
 

Functions

PYIPSDKIPLCLASSIFICATION_API boost::python::tuple ipsdk::python::kMeansAssignImg (const image::ImageConstPtr &pInImg, const imaproc::attr::ClustersPptiesCollConstPtr &inCenters)
 wrapper function k-means algorithm More...
 
PYIPSDKIPLCLASSIFICATION_API boost::python::tuple ipsdk::python::kMeansAssignImg (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pMaskImg, const imaproc::attr::ClustersPptiesCollConstPtr &inCenters)
 wrapper function k-means algorithm More...
 

Detailed Description

Utility functions for k-means assignment python wrapping.

Author
H. Delestre
Date
2017/01/27