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

Wrapper functions for Posterize an image using the results from k-means algorithm. More...

#include <IPSDKIPL/IPSDKIPLClassification/IPSDKIPLClassificationExports.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/ClustersCenters.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::kMeansPosterizeImg (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pClassImg, const ipsdk::imaproc::attr::ClustersCentersConstPtr &pClustersCenters)
 wrapper function for Posterize an image using the results from k-means algorithm More...
 
IPSDKIPLCLASSIFICATION_API image::ImagePtr ipsdk::imaproc::classif::kMeansPosterizeImg (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pClassImg, const ipsdk::image::ImageConstPtr &pMaskImg, const ipsdk::imaproc::attr::ClustersCentersConstPtr &pClustersCenters)
 wrapper function for Posterize an image using the results from k-means algorithm More...
 
IPSDKIPLCLASSIFICATION_API void ipsdk::imaproc::classif::kMeansPosterizeImg (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pClassImg, const ipsdk::imaproc::attr::ClustersCentersConstPtr &pClustersCenters, const image::ImagePtr &pOutImg)
 wrapper function for Posterize an image using the results from k-means algorithm More...
 
IPSDKIPLCLASSIFICATION_API void ipsdk::imaproc::classif::kMeansPosterizeImg (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pClassImg, const ipsdk::image::ImageConstPtr &pMaskImg, const ipsdk::imaproc::attr::ClustersCentersConstPtr &pClustersCenters, const image::ImagePtr &pOutImg)
 wrapper function for Posterize an image using the results from k-means algorithm More...
 
IPSDKIPLCLASSIFICATION_API boost::shared_ptr< KMeansPosterizeImgLvl1 > ipsdk::imaproc::classif::kMeansPosterizeImg_async (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pClassImg, const ipsdk::imaproc::attr::ClustersCentersConstPtr &pClustersCenters)
 asynchronous wrappers
 
IPSDKIPLCLASSIFICATION_API boost::shared_ptr< KMeansPosterizeImgLvl1 > ipsdk::imaproc::classif::kMeansPosterizeImg_async (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pClassImg, const ipsdk::image::ImageConstPtr &pMaskImg, const ipsdk::imaproc::attr::ClustersCentersConstPtr &pClustersCenters)
 asynchronous wrappers
 
IPSDKIPLCLASSIFICATION_API boost::shared_ptr< KMeansPosterizeImgLvl1 > ipsdk::imaproc::classif::kMeansPosterizeImg_async (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pClassImg, const ipsdk::imaproc::attr::ClustersCentersConstPtr &pClustersCenters, const image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLCLASSIFICATION_API boost::shared_ptr< KMeansPosterizeImgLvl1 > ipsdk::imaproc::classif::kMeansPosterizeImg_async (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pClassImg, const ipsdk::image::ImageConstPtr &pMaskImg, const ipsdk::imaproc::attr::ClustersCentersConstPtr &pClustersCenters, const image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLCLASSIFICATION_API image::ImagePtr ipsdk::imaproc::classif::getAsyncProcessorOutput (boost::shared_ptr< KMeansPosterizeImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for Posterize an image using the results from k-means algorithm.

Author
H. Delestre
Date
2017/01/10