![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Wrapper functions for Compute clusters centroids given an input image and the image of classes. 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 attr::ClustersCentersPtr | ipsdk::imaproc::classif::kMeansComputeCenters (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pClassImg) |
| wrapper function for Compute clusters centroids given an input image and the image of classes More... | |
| IPSDKIPLCLASSIFICATION_API attr::ClustersCentersPtr | ipsdk::imaproc::classif::kMeansComputeCenters (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pClassImg, const ipsdk::image::ImageConstPtr &pMaskImg) |
| wrapper function for Compute clusters centroids given an input image and the image of classes More... | |
| IPSDKIPLCLASSIFICATION_API attr::ClustersCentersPtr | ipsdk::imaproc::classif::kMeansComputeCenters (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pClassImg, const ipUInt32 nbClusters) |
| wrapper function for Compute clusters centroids given an input image and the image of classes More... | |
| IPSDKIPLCLASSIFICATION_API attr::ClustersCentersPtr | ipsdk::imaproc::classif::kMeansComputeCenters (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pClassImg, const ipsdk::image::ImageConstPtr &pMaskImg, const ipUInt32 nbClusters) |
| wrapper function for Compute clusters centroids given an input image and the image of classes More... | |
| IPSDKIPLCLASSIFICATION_API boost::shared_ptr< KMeansComputeCentersLvl1 > | ipsdk::imaproc::classif::kMeansComputeCenters_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pClassImg) |
| asynchronous wrappers | |
| IPSDKIPLCLASSIFICATION_API boost::shared_ptr< KMeansComputeCentersLvl1 > | ipsdk::imaproc::classif::kMeansComputeCenters_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pClassImg, const ipsdk::image::ImageConstPtr &pMaskImg) |
| asynchronous wrappers | |
| IPSDKIPLCLASSIFICATION_API boost::shared_ptr< KMeansComputeCentersLvl1 > | ipsdk::imaproc::classif::kMeansComputeCenters_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pClassImg, const ipUInt32 nbClusters) |
| asynchronous wrappers | |
| IPSDKIPLCLASSIFICATION_API boost::shared_ptr< KMeansComputeCentersLvl1 > | ipsdk::imaproc::classif::kMeansComputeCenters_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pClassImg, const ipsdk::image::ImageConstPtr &pMaskImg, const ipUInt32 nbClusters) |
| asynchronous wrappers | |
| IPSDKIPLCLASSIFICATION_API attr::ClustersCentersPtr | ipsdk::imaproc::classif::getAsyncProcessorOutput (boost::shared_ptr< KMeansComputeCentersLvl1 > pProcessor) |
| function to retrieve the result of an asynchronous processor | |
Wrapper functions for Compute clusters centroids given an input image and the image of classes.
1.8.14