Wrapper functions 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::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
|
| |
Wrapper functions for Assigns pixels of an input image to clusters given clusters centroids.
- Author
- H. Delestre
- Date
- 2017/01/04
- Copyright
- 2017 Reactiv'IP, all right reserved.