|
|
IPSDKIPLCLASSIFICATION_API const std::string & | getIPSDKIPLClassificationLoggerName () |
| | Recovery of logger name associated to library.
|
| |
|
IPSDKIPLCLASSIFICATION_API log4cplus::Logger & | getIPSDKIPLClassificationLogger () |
| | Recovery of logger associated to library.
|
| |
|
IPSDKIPLCLASSIFICATION_API const ipsdk::LogMessageManager & | getIPSDKIPLClassificationLogMessageManager () |
| | Recovery of message manager associated to library.
|
| |
|
|
IPSDKIPLCLASSIFICATION_API CustomImageInfoPtr | outputKernelKMeans (const ImageAttributeConstPtr &pInputAttribute, const boost::shared_ptr< const attr::InNbClusters > &pInNbClustersAttribute) |
| | function allowing to create a Kernel KMeans output image initializer
|
| |
|
IPSDKIPLCLASSIFICATION_API CustomImageInfoPtr | outputKernelKMeans (const ImageAttributeConstPtr &pInputAttribute, const boost::shared_ptr< const attr::InKKMeansCentroids > &pInKKMeansCentroidsAttribute) |
| | function allowing to create a Kernel KMeans output image initializer
|
| |
|
| IPSDKIPLCLASSIFICATION_API CustomImageInfoPtr | outputKMeans (const ImageAttributeConstPtr &pInputAttribute, const boost::shared_ptr< const attr::InNbClusters > &pNbClustersAttribute) |
| |
| IPSDKIPLCLASSIFICATION_API CustomImageInfoPtr | outputKMeans (const ImageAttributePtr &pOutClassImgAttribute, const ImageAttributeConstPtr &pInputAttribute, const boost::shared_ptr< const attr::InNbClusters > &pNbClustersAttribute) |
| |
| IPSDKIPLCLASSIFICATION_API CustomImageInfoPtr | outputKMeans (const ImageAttributeConstPtr &pInputAttribute, const boost::shared_ptr< const attr::InClustersCenters > &pClustersPptiesCollAttribute) |
| |
|
| IPSDKIPLCLASSIFICATION_API CustomImageInfoPtr | outputPCADecomposition (const ImageAttributePtr &pOutImgAttribute, const ImageAttributeConstPtr &pInputAttribute, ipUInt64 nbEltsInOutputSequence) |
| |
|
| IPSDKIPLCLASSIFICATION_API image::ImagePtr | kernelKMeansAssignImg (const image::ImageConstPtr &pInImg, const attr::KKMeansCentroidsConstPtr &pInKKMeansCentroids) |
| | wrapper function for assignment part of Kernel based KMeans clustering algorithm More...
|
| |
| IPSDKIPLCLASSIFICATION_API void | kernelKMeansAssignImg (const image::ImageConstPtr &pInImg, const attr::KKMeansCentroidsConstPtr &pInKKMeansCentroids, const image::ImagePtr &pOutClassImg) |
| | wrapper function for assignment part of Kernel based KMeans clustering algorithm More...
|
| |
|
|
IPSDKIPLCLASSIFICATION_API boost::shared_ptr< KernelKMeansAssignImgLvl1 > | kernelKMeansAssignImg_async (const image::ImageConstPtr &pInImg, const attr::KKMeansCentroidsConstPtr &pInKKMeansCentroids) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLCLASSIFICATION_API boost::shared_ptr< KernelKMeansAssignImgLvl1 > | kernelKMeansAssignImg_async (const image::ImageConstPtr &pInImg, const attr::KKMeansCentroidsConstPtr &pInKKMeansCentroids, const image::ImagePtr &pOutClassImg) |
| | asynchronous wrappers
|
| |
|
|
IPSDKIPLCLASSIFICATION_API image::ImagePtr | getAsyncProcessorOutput (boost::shared_ptr< KernelKMeansAssignImgLvl1 > pProcessor) |
| | function to retrieve the result of an asynchronous processor
|
| |
|
| IPSDKIPLCLASSIFICATION_API KernelKMeansResults | kernelKMeansImg (const image::ImageConstPtr &pInImg, const ipUInt32 nbClusters, const ipUInt32 nbSamples) |
| | wrapper function for Kernel KMeans clustering algorithm More...
|
| |
| IPSDKIPLCLASSIFICATION_API void | kernelKMeansImg (const image::ImageConstPtr &pInImg, const ipUInt32 nbClusters, const ipUInt32 nbSamples, const ipUInt32 nbAttempts, const attr::KernelKMeansParamsConstPtr &pKernelKMeansParams, const image::ImagePtr &pOutClassImg, const attr::KKMeansCentroidsPtr &pOutKKMeansCentroids) |
| | wrapper function for Kernel KMeans clustering algorithm More...
|
| |
|
|
IPSDKIPLCLASSIFICATION_API boost::shared_ptr< KernelKMeansImgLvl1 > | kernelKMeansImg_async (const image::ImageConstPtr &pInImg, const ipUInt32 nbClusters, const ipUInt32 nbSamples) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLCLASSIFICATION_API boost::shared_ptr< KernelKMeansImgLvl1 > | kernelKMeansImg_async (const image::ImageConstPtr &pInImg, const ipUInt32 nbClusters, const ipUInt32 nbSamples, const ipUInt32 nbAttempts, const attr::KernelKMeansParamsConstPtr &pKernelKMeansParams, const image::ImagePtr &pOutClassImg, const attr::KKMeansCentroidsPtr &pOutKKMeansCentroids) |
| | asynchronous wrappers
|
| |
|
|
IPSDKIPLCLASSIFICATION_API KernelKMeansResults | getAsyncProcessorOutput (boost::shared_ptr< KernelKMeansImgLvl1 > pProcessor) |
| | function to retrieve the result of an asynchronous processor
|
| |
|
| IPSDKIPLCLASSIFICATION_API image::ImagePtr | 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 | 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 | 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 | 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 > | kMeansAssignImg_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::ClustersCentersConstPtr &pInClustersCenters) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLCLASSIFICATION_API boost::shared_ptr< KMeansAssignImgLvl1 > | 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 > | 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 > | 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 | getAsyncProcessorOutput (boost::shared_ptr< KMeansAssignImgLvl1 > pProcessor) |
| | function to retrieve the result of an asynchronous processor
|
| |
|
| IPSDKIPLCLASSIFICATION_API attr::ClustersCentersPtr | 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 | 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 | 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 | 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 > | kMeansComputeCenters_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pClassImg) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLCLASSIFICATION_API boost::shared_ptr< KMeansComputeCentersLvl1 > | 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 > | kMeansComputeCenters_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pClassImg, const ipUInt32 nbClusters) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLCLASSIFICATION_API boost::shared_ptr< KMeansComputeCentersLvl1 > | 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 | getAsyncProcessorOutput (boost::shared_ptr< KMeansComputeCentersLvl1 > pProcessor) |
| | function to retrieve the result of an asynchronous processor
|
| |
|
| IPSDKIPLCLASSIFICATION_API ipsdk::ipReal64 | kMeansComputeCompactness (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pClassImg, const ipsdk::imaproc::attr::ClustersCentersConstPtr &pInClustersCenters) |
| | wrapper function for Compute compactness given an input image of classes and clusters centroids More...
|
| |
| IPSDKIPLCLASSIFICATION_API ipsdk::ipReal64 | kMeansComputeCompactness (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pClassImg, const ipsdk::image::ImageConstPtr &pMaskImg, const ipsdk::imaproc::attr::ClustersCentersConstPtr &pInClustersCenters) |
| | wrapper function for Compute compactness given an input image of classes and clusters centroids More...
|
| |
|
|
IPSDKIPLCLASSIFICATION_API boost::shared_ptr< KMeansComputeCompactnessLvl1 > | kMeansComputeCompactness_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pClassImg, const ipsdk::imaproc::attr::ClustersCentersConstPtr &pInClustersCenters) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLCLASSIFICATION_API boost::shared_ptr< KMeansComputeCompactnessLvl1 > | kMeansComputeCompactness_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pClassImg, const ipsdk::image::ImageConstPtr &pMaskImg, const ipsdk::imaproc::attr::ClustersCentersConstPtr &pInClustersCenters) |
| | asynchronous wrappers
|
| |
|
|
IPSDKIPLCLASSIFICATION_API ipsdk::ipReal64 | getAsyncProcessorOutput (boost::shared_ptr< KMeansComputeCompactnessLvl1 > pProcessor) |
| | function to retrieve the result of an asynchronous processor
|
| |
|
| IPSDKIPLCLASSIFICATION_API KMeansResults | kMeansImg (const ipsdk::image::ImageConstPtr &pInImg, const ipUInt32 nbClusters) |
| | wrapper function for classifies pixels of an image using k-means algorithm More...
|
| |
| IPSDKIPLCLASSIFICATION_API KMeansResults | kMeansImg (const ipsdk::image::ImageConstPtr &pInImg, const ipUInt32 nbClusters, const ipUInt32 nbAttempts, const ipUInt32 nbMaxIterPerAttempt, const ipReal64 centersShiftTol, const ipsdk::image::ImagePtr &pOutClassImg) |
| | wrapper function for classifies pixels of an image using k-means algorithm More...
|
| |
|
| IPSDKIPLCLASSIFICATION_API KMeansResults | kMeansImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pInOptSingleGreyMaskImg, const ipUInt32 nbClusters) |
| | wrapper function for classifies pixels of an image using k-means algorithm using a mask More...
|
| |
| IPSDKIPLCLASSIFICATION_API KMeansResults | kMeansImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pInOptSingleGreyMaskImg, const ipUInt32 nbClusters, const ipUInt32 nbAttempts, const ipUInt32 nbMaxIterPerAttempt, const ipReal64 centersShiftTol, const ipsdk::image::ImagePtr &pOutClassImg) |
| | wrapper function for classifies pixels of an image using k-means algorithm using a mask More...
|
| |
|
|
IPSDKIPLCLASSIFICATION_API boost::shared_ptr< KMeansImgLvl1 > | kMeansImg_async (const ipsdk::image::ImageConstPtr &pInImg, const ipUInt32 nbClusters) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLCLASSIFICATION_API boost::shared_ptr< KMeansImgLvl1 > | kMeansImg_async (const ipsdk::image::ImageConstPtr &pInImg, const ipUInt32 nbClusters, const ipUInt32 nbAttempts, const ipUInt32 nbMaxIterPerAttempt, const ipReal64 centersShiftTol, const ipsdk::image::ImagePtr &pOutClassImg) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLCLASSIFICATION_API boost::shared_ptr< KMeansImgLvl1 > | kMeansImg_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pInOptSingleGreyMaskImg, const ipUInt32 nbClusters) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLCLASSIFICATION_API boost::shared_ptr< KMeansImgLvl1 > | kMeansImg_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pInOptSingleGreyMaskImg, const ipUInt32 nbClusters, const ipUInt32 nbAttempts, const ipUInt32 nbMaxIterPerAttempt, const ipReal64 centersShiftTol, const ipsdk::image::ImagePtr &pOutClassImg) |
| | asynchronous wrappers
|
| |
|
|
IPSDKIPLCLASSIFICATION_API KMeansResults | getAsyncProcessorOutput (boost::shared_ptr< KMeansImgLvl1 > pProcessor) |
| | function to retrieve the result of an asynchronous processor
|
| |
|
| IPSDKIPLCLASSIFICATION_API image::ImagePtr | 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 | 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 | 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 | 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 > | kMeansPosterizeImg_async (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pClassImg, const ipsdk::imaproc::attr::ClustersCentersConstPtr &pClustersCenters) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLCLASSIFICATION_API boost::shared_ptr< KMeansPosterizeImgLvl1 > | 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 > | 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 > | 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 | getAsyncProcessorOutput (boost::shared_ptr< KMeansPosterizeImgLvl1 > pProcessor) |
| | function to retrieve the result of an asynchronous processor
|
| |
|
| IPSDKIPLCLASSIFICATION_API attr::ClustersCentersPtr | kMeansPPClusterInit (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::ipUInt32 inNbClusters) |
| | wrapper function for Initializes the clusters for K-Mean classification The algorithm used is K-Mean++ and is based on random cluster selection More...
|
| |
| IPSDKIPLCLASSIFICATION_API attr::ClustersCentersPtr | kMeansPPClusterInit (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pInOptSingleGreyMaskImg, const ipsdk::ipUInt32 inNbClusters) |
| | wrapper function for Initializes the clusters for K-Mean classification The algorithm used is K-Mean++ and is based on random cluster selection More...
|
| |
|
| IPSDKIPLCLASSIFICATION_API attr::ClustersCentersPtr | nonRandomKMeansPPClusterInit (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::ipUInt32 inNbClusters) |
| | wrapper function for Initializes the clusters for K-Mean classification The algorithm used a non-random version of the K-Mean++ algorithm More...
|
| |
| IPSDKIPLCLASSIFICATION_API attr::ClustersCentersPtr | nonRandomKMeansPPClusterInit (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pInOptSingleGreyMaskImg, const ipsdk::ipUInt32 inNbClusters) |
| | wrapper function for Initializes the clusters for K-Mean classification The algorithm used a non-random version of the K-Mean++ algorithm More...
|
| |
|
|
IPSDKIPLCLASSIFICATION_API boost::shared_ptr< KMeansPPClusterInitLvl1 > | kMeansPPClusterInit_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::ipUInt32 inNbClusters) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLCLASSIFICATION_API boost::shared_ptr< KMeansPPClusterInitLvl1 > | kMeansPPClusterInit_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pInOptSingleGreyMaskImg, const ipsdk::ipUInt32 inNbClusters) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLCLASSIFICATION_API boost::shared_ptr< KMeansPPClusterInitLvl1 > | nonRandomKMeansPPClusterInit_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::ipUInt32 inNbClusters) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLCLASSIFICATION_API boost::shared_ptr< KMeansPPClusterInitLvl1 > | nonRandomKMeansPPClusterInit_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pInOptSingleGreyMaskImg, const ipsdk::ipUInt32 inNbClusters) |
| | asynchronous wrappers
|
| |
|
|
IPSDKIPLCLASSIFICATION_API attr::ClustersCentersPtr | getAsyncProcessorOutput (boost::shared_ptr< KMeansPPClusterInitLvl1 > pProcessor) |
| | function to retrieve the result of an asynchronous processor
|
| |
|
| IPSDKIPLCLASSIFICATION_API PCAReductionResults | pcaReductionImg (const ipsdk::image::ImageConstPtr &pInSeqImg) |
| | wrapper function for reduction of the dimensionality of a sequence image using PCA More...
|
| |
| IPSDKIPLCLASSIFICATION_API PCAReductionResults | pcaReductionImg (const ipsdk::image::ImageConstPtr &pInSeqImg, const ipsdk::imaproc::attr::PCAReductionParamsConstPtr &pParams) |
| | wrapper function for reduction of the dimensionality of a sequence image using PCA More...
|
| |
| IPSDKIPLCLASSIFICATION_API PCAReductionResults | pcaReductionImg (const ipsdk::image::ImageConstPtr &pInSeqImg, const ipsdk::image::ImagePtr &pOutImg) |
| | wrapper function for reduction of the dimensionality of a sequence image using PCA More...
|
| |
|
| IPSDKIPLCLASSIFICATION_API PCAReductionResults | pcaReductionMaskImg (const ipsdk::image::ImageConstPtr &pInSeqImg, const ipsdk::image::ImageConstPtr &pInOptSingleGreyMaskImg) |
| | wrapper function for reduction of the dimensionality of a sequence image using PCA and using a mask More...
|
| |
| IPSDKIPLCLASSIFICATION_API PCAReductionResults | pcaReductionMaskImg (const ipsdk::image::ImageConstPtr &pInSeqImg, const ipsdk::imaproc::attr::PCAReductionParamsConstPtr &pParams, const ipsdk::image::ImageConstPtr &pInOptSingleGreyMaskImg) |
| | wrapper function for reduction of the dimensionality of a sequence image using PCA and using a mask More...
|
| |
| IPSDKIPLCLASSIFICATION_API PCAReductionResults | pcaReductionMaskImg (const ipsdk::image::ImageConstPtr &pInSeqImg, const ipsdk::image::ImageConstPtr &pInOptSingleGreyMaskImg, const ipsdk::image::ImagePtr &pOutImg) |
| | wrapper function for reduction of the dimensionality of a sequence image using PCA and using a mask More...
|
| |
|
|
IPSDKIPLCLASSIFICATION_API boost::shared_ptr< PCAReductionImgLvl1 > | pcaReductionImg_async (const ipsdk::image::ImageConstPtr &pInSeqImg) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLCLASSIFICATION_API boost::shared_ptr< PCAReductionImgLvl1 > | pcaReductionImg_async (const ipsdk::image::ImageConstPtr &pInSeqImg, const ipsdk::imaproc::attr::PCAReductionParamsConstPtr &pParams) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLCLASSIFICATION_API boost::shared_ptr< PCAReductionImgLvl1 > | pcaReductionImg_async (const ipsdk::image::ImageConstPtr &pInSeqImg, const ipsdk::image::ImagePtr &pOutImg) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLCLASSIFICATION_API boost::shared_ptr< PCAReductionImgLvl1 > | pcaReductionMaskImg_async (const ipsdk::image::ImageConstPtr &pInSeqImg, const ipsdk::image::ImageConstPtr &pInOptSingleGreyMaskImg) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLCLASSIFICATION_API boost::shared_ptr< PCAReductionImgLvl1 > | pcaReductionMaskImg_async (const ipsdk::image::ImageConstPtr &pInSeqImg, const ipsdk::imaproc::attr::PCAReductionParamsConstPtr &pParams, const ipsdk::image::ImageConstPtr &pInOptSingleGreyMaskImg) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLCLASSIFICATION_API boost::shared_ptr< PCAReductionImgLvl1 > | pcaReductionMaskImg_async (const ipsdk::image::ImageConstPtr &pInSeqImg, const ipsdk::image::ImageConstPtr &pInOptSingleGreyMaskImg, const ipsdk::image::ImagePtr &pOutImg) |
| | asynchronous wrappers
|
| |
|
|
IPSDKIPLCLASSIFICATION_API PCAReductionResults | getAsyncProcessorOutput (boost::shared_ptr< PCAReductionImgLvl1 > pProcessor) |
| | function to retrieve the result of an asynchronous processor
|
| |
|
|
IPSDKIPLCLASSIFICATION_API CustomCheckedImagePropertyPtr | matchKernelKMeansClassImg (const ImageAttributeConstPtr &pInHomogeneousImgAttribute, const boost::shared_ptr< const attr::InNbClusters > &pInNbClustersAttribute) |
| | function allowing to check that output class image matches input image and expected number of clusters requirements
|
| |
|
IPSDKIPLCLASSIFICATION_API CustomCheckedImagePropertyPtr | matchKernelKMeansClassImg (const ImageAttributeConstPtr &pInHomogeneousImgAttribute, const boost::shared_ptr< const attr::InKKMeansCentroids > &pInKKMeansCentroidsAttribute) |
| | function allowing to check that output class image matches input image and expected number of clusters requirements
|
| |
|
| IPSDKIPLCLASSIFICATION_API boost::shared_ptr< processor::BaseNodeCollRule > | clustersCentersCollMatchImgSize (const boost::shared_ptr< const attr::InClustersCenters > &pClustersCentersAttribute, const ImageAttributeConstPtr &pImgAttribute) |
| |
|
| IPSDKIPLCLASSIFICATION_API CustomCheckedImagePropertyPtr | allowedClassImgBuffersFromNbClusters (const boost::shared_ptr< const attr::InNbClusters > &pInNbClustersAttribute) |
| |
| IPSDKIPLCLASSIFICATION_API CustomCheckedImagePropertyPtr | allowedClassImgBuffersFromNbClusters (const boost::shared_ptr< const attr::InClustersCenters > &pInClustersPptiesCollAttribute) |
| |