Wrapper functions 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::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
|
| |
Wrapper functions for Posterize an image using the results from k-means algorithm.
- Author
- H. Delestre
- Date
- 2017/01/10
- Copyright
- 2017 Reactiv'IP, all right reserved.