15 #ifndef __PYIPSDKIPLCLASSIFICATION_KMEANSUTILS_H__ 16 #define __PYIPSDKIPLCLASSIFICATION_KMEANSUTILS_H__ 19 #include <IPSDKIPL/IPSDKIPLClassification/Processor/KMeansImg/KMeansImg.h> 20 #include <IPSDKIPL/IPSDKIPLClassification/Processor/KernelKMeansImg/KernelKMeansImg.h> 21 #include <boost/python/tuple.hpp> 23 class ipsdk::imaproc::classif::KMeansImgLvl1;
79 #endif // __PYIPSDKIPLCLASSIFICATION_KMEANSUTILS_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
#define PYIPSDKIPLCLASSIFICATION_API
Import/Export macro for library PyIPSDKIPLClassification.
Definition: PyIPSDKIPLClassificationExports.h:25
boost::shared_ptr< BaseImage > ImagePtr
Definition: ImageTypes.h:139
double ipReal64
Base types definition.
Definition: BaseTypes.h:57
Definition of import/export macro for library.
PYIPSDKIPLCLASSIFICATION_API boost::python::tuple kMeansImg(const image::ImageConstPtr &pInImg, const ipUInt32 nbClusters)
wrapper function k-means algorithm
boost::shared_ptr< const BaseImage > ImageConstPtr
Definition: ImageTypes.h:140
PYIPSDKIPLADVANCEDMORPHOLOGY_API boost::python::tuple getAsyncProcessorOutput(boost::shared_ptr< ipsdk::imaproc::advmorpho::RidgeLine2dImgLvl1 > pProcessor)
Wrapper to retrieve the result of an asynchronous processor.
uint32_t ipUInt32
Base types definition.
Definition: BaseTypes.h:53