15 #ifndef __IPSDKIPLBASICMORPHOLOGY_SKELETON2DIMG_H__ 16 #define __IPSDKIPLBASICMORPHOLOGY_SKELETON2DIMG_H__ 26 class Skeleton2dImgLvl1;
78 #endif // __IPSDKIPLBASICMORPHOLOGY_SKELETON2DIMG_H__ IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr skeleton2dImg(const image::ImageConstPtr &pInBinImg)
wrapper function for computes the 2d skeleton image from a binary image
boost::shared_ptr< BaseImage > ImagePtr
#define IPSDKIPLBASICMORPHOLOGY_API
Import/Export macro for library IPSDKIPLBasicMorphology.
Definition: IPSDKIPLBasicMorphologyExports.h:25
Definition of import/export macro for library.
IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< AddMarkerImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
boost::shared_ptr< const BaseImage > ImageConstPtr
Predefined types for statistic projections management.
IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< Skeleton2dImgLvl1 > skeleton2dImg_async(const image::ImageConstPtr &pInBinImg)
asynchronous wrappers
eSkeletonAlgoType
Enumerate describing the type of skeleton calculation algorithm.
Definition: SkeletonAlgoType.h:31