IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Skeleton3dImg.h
Go to the documentation of this file.
1 // Skeleton3dImg.h:
3 // ----------------
4 //
14 
15 #ifndef __IPSDKIPLBASICMORPHOLOGY_SKELETON3DIMG_H__
16 #define __IPSDKIPLBASICMORPHOLOGY_SKELETON3DIMG_H__
17 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace morpho {
25 
26 class Skeleton3dImgLvl1;
27 
30 
36 skeleton3dImg(const image::ImageConstPtr& pInBinImg3d);
38 skeleton3dImg(const image::ImageConstPtr& pInBinImg3d,
39  const attr::eSkeletonAlgoType& skeletonAlgoType);
41 skeleton3dImg(const image::ImageConstPtr& pInBinImg3d,
42  const image::ImagePtr& pOutBinImg);
44 skeleton3dImg(const image::ImageConstPtr& pInBinImg3d,
45  const attr::eSkeletonAlgoType& skeletonAlgoType,
46  const image::ImagePtr& pOutBinImg);
48 
51 IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr<Skeleton3dImgLvl1>
52 skeleton3dImg_async(const image::ImageConstPtr& pInBinImg3d);
53 IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr<Skeleton3dImgLvl1>
54 skeleton3dImg_async(const image::ImageConstPtr& pInBinImg3d,
55  const attr::eSkeletonAlgoType& skeletonAlgoType);
56 IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr<Skeleton3dImgLvl1>
57 skeleton3dImg_async(const image::ImageConstPtr& pInBinImg3d,
58  const image::ImagePtr& pOutBinImg);
59 IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr<Skeleton3dImgLvl1>
60 skeleton3dImg_async(const image::ImageConstPtr& pInBinImg3d,
61  const attr::eSkeletonAlgoType& skeletonAlgoType,
62  const image::ImagePtr& pOutBinImg);
64 
68 getAsyncProcessorOutput(boost::shared_ptr<Skeleton3dImgLvl1> pProcessor);
70 
73 
74 } // end of namespace morpho
75 } // end of namespace imaproc
76 } // end of namespace ipsdk
77 
78 #endif // __IPSDKIPLBASICMORPHOLOGY_SKELETON3DIMG_H__
IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< Skeleton3dImgLvl1 > skeleton3dImg_async(const image::ImageConstPtr &pInBinImg3d)
asynchronous wrappers
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 image::ImagePtr skeleton3dImg(const image::ImageConstPtr &pInBinImg3d)
wrapper function for computes the 2d skeleton image from a binary image
eSkeletonAlgoType
Enumerate describing the type of skeleton calculation algorithm.
Definition: SkeletonAlgoType.h:31