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

Wrapper functions for Assigns pixels of an input image to clusters given clusters centroids. More...

#include <IPSDKIPL/IPSDKIPLClassification/IPSDKIPLClassificationExports.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/ClustersCenters.h>
#include <IPSDKIPL/IPSDKIPLClassification/Tools/KMeansAssignResultsTypes.h>
#include <IPSDKImage/Image/ImageTypes.h>

Go to the source code of this file.

Namespaces

 ipsdk::imaproc::classif
 Namespace aggregating classification operations on images.
 

Functions

IPSDKIPLCLASSIFICATION_API image::ImagePtr ipsdk::imaproc::classif::kMeansAssignImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::ClustersCentersConstPtr &pInClustersCenters)
 wrapper function for Assigns pixels of an input image to clusters given clusters centroids More...
 
IPSDKIPLCLASSIFICATION_API image::ImagePtr ipsdk::imaproc::classif::kMeansAssignImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pMaskImg, const ipsdk::imaproc::attr::ClustersCentersConstPtr &pInClustersCenters)
 wrapper function for Assigns pixels of an input image to clusters given clusters centroids More...
 
IPSDKIPLCLASSIFICATION_API void ipsdk::imaproc::classif::kMeansAssignImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::ClustersCentersConstPtr &pInClustersCenters, const ipsdk::image::ImagePtr &pOutClassImg)
 wrapper function for Assigns pixels of an input image to clusters given clusters centroids More...
 
IPSDKIPLCLASSIFICATION_API void ipsdk::imaproc::classif::kMeansAssignImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pMaskImg, const ipsdk::imaproc::attr::ClustersCentersConstPtr &pInClustersCenters, const ipsdk::image::ImagePtr &pOutClassImg)
 wrapper function for Assigns pixels of an input image to clusters given clusters centroids More...
 
IPSDKIPLCLASSIFICATION_API boost::shared_ptr< KMeansAssignImgLvl1 > ipsdk::imaproc::classif::kMeansAssignImg_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::ClustersCentersConstPtr &pInClustersCenters)
 asynchronous wrappers
 
IPSDKIPLCLASSIFICATION_API boost::shared_ptr< KMeansAssignImgLvl1 > ipsdk::imaproc::classif::kMeansAssignImg_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pMaskImg, const ipsdk::imaproc::attr::ClustersCentersConstPtr &pInClustersCenters)
 asynchronous wrappers
 
IPSDKIPLCLASSIFICATION_API boost::shared_ptr< KMeansAssignImgLvl1 > ipsdk::imaproc::classif::kMeansAssignImg_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::ClustersCentersConstPtr &pInClustersCenters, const ipsdk::image::ImagePtr &pOutClassImg)
 asynchronous wrappers
 
IPSDKIPLCLASSIFICATION_API boost::shared_ptr< KMeansAssignImgLvl1 > ipsdk::imaproc::classif::kMeansAssignImg_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pMaskImg, const ipsdk::imaproc::attr::ClustersCentersConstPtr &pInClustersCenters, const ipsdk::image::ImagePtr &pOutClassImg)
 asynchronous wrappers
 
IPSDKIPLCLASSIFICATION_API image::ImagePtr ipsdk::imaproc::classif::getAsyncProcessorOutput (boost::shared_ptr< KMeansAssignImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for Assigns pixels of an input image to clusters given clusters centroids.

Author
H. Delestre
Date
2017/01/04