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

Wrapper functions for computes the 2d skeleton image from a binary image. More...

#include <IPSDKIPL/IPSDKIPLBasicMorphology/IPSDKIPLBasicMorphologyExports.h>
#include <IPSDKImage/Image/ImageTypes.h>
#include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Enumerate/SkeletonAlgoType.h>

Go to the source code of this file.

Namespaces

 ipsdk::imaproc::morpho
 Namespace aggregating morphological operations on images.
 

Functions

IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr ipsdk::imaproc::morpho::skeleton2dImg (const image::ImageConstPtr &pInBinImg)
 wrapper function for computes the 2d skeleton image from a binary image More...
 
IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr ipsdk::imaproc::morpho::skeleton2dImg (const image::ImageConstPtr &pInBinImg, const attr::eSkeletonAlgoType &skeletonAlgoType)
 wrapper function for computes the 2d skeleton image from a binary image More...
 
IPSDKIPLBASICMORPHOLOGY_API void ipsdk::imaproc::morpho::skeleton2dImg (const image::ImageConstPtr &pInBinImg, const image::ImagePtr &pOutBinImg)
 wrapper function for computes the 2d skeleton image from a binary image More...
 
IPSDKIPLBASICMORPHOLOGY_API void ipsdk::imaproc::morpho::skeleton2dImg (const image::ImageConstPtr &pInBinImg, const attr::eSkeletonAlgoType &skeletonAlgoType, const image::ImagePtr &pOutBinImg)
 wrapper function for computes the 2d skeleton image from a binary image More...
 
IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< Skeleton2dImgLvl1 > ipsdk::imaproc::morpho::skeleton2dImg_async (const image::ImageConstPtr &pInBinImg)
 asynchronous wrappers
 
IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< Skeleton2dImgLvl1 > ipsdk::imaproc::morpho::skeleton2dImg_async (const image::ImageConstPtr &pInBinImg, const attr::eSkeletonAlgoType &skeletonAlgoType)
 asynchronous wrappers
 
IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< Skeleton2dImgLvl1 > ipsdk::imaproc::morpho::skeleton2dImg_async (const image::ImageConstPtr &pInBinImg, const image::ImagePtr &pOutBinImg)
 asynchronous wrappers
 
IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< Skeleton2dImgLvl1 > ipsdk::imaproc::morpho::skeleton2dImg_async (const image::ImageConstPtr &pInBinImg, const attr::eSkeletonAlgoType &skeletonAlgoType, const image::ImagePtr &pOutBinImg)
 asynchronous wrappers
 
IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr ipsdk::imaproc::morpho::getAsyncProcessorOutput (boost::shared_ptr< Skeleton2dImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for computes the 2d skeleton image from a binary image.

Author
R. Abbal
Date
2020/03/19