IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Boundary3dImg.h
Go to the documentation of this file.
1 // Boundary3dImg.h:
3 // ----------------
4 //
14 
15 #ifndef __IPSDKIPLBASICMORPHOLOGY_BOUNDARY3DIMG_H__
16 #define __IPSDKIPLBASICMORPHOLOGY_BOUNDARY3DIMG_H__
17 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace morpho {
25 
26 class Boundary3dImgLvl1;
27 
30 
36 boundary3dImg(const image::ImageConstPtr& pInBinImg3d);
38 boundary3dImg(const image::ImageConstPtr& pInBinImg3d,
39  const eNeighborhood3dType& neighborhood3dType);
41 boundary3dImg(const image::ImageConstPtr& pInBinImg3d,
42  const eNeighborhood3dType& neighborhood3dType,
43  const image::ImagePtr& pOutImg);
45 
48 IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr<Boundary3dImgLvl1>
49 boundary3dImg_async(const image::ImageConstPtr& pInBinImg3d);
50 IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr<Boundary3dImgLvl1>
51 boundary3dImg_async(const image::ImageConstPtr& pInBinImg3d,
52  const eNeighborhood3dType& neighborhood3dType);
53 IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr<Boundary3dImgLvl1>
54 boundary3dImg_async(const image::ImageConstPtr& pInBinImg3d,
55  const eNeighborhood3dType& neighborhood3dType,
56  const image::ImagePtr& pOutImg);
58 
62 getAsyncProcessorOutput(boost::shared_ptr<Boundary3dImgLvl1> pProcessor);
64 
67 
68 } // end of namespace morpho
69 } // end of namespace imaproc
70 } // end of namespace ipsdk
71 
72 #endif // __IPSDKIPLBASICMORPHOLOGY_BOUNDARY3DIMG_H__
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
eNeighborhood3dType
IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< Boundary3dImgLvl1 > boundary3dImg_async(const image::ImageConstPtr &pInBinImg3d)
asynchronous wrappers
IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr boundary3dImg(const image::ImageConstPtr &pInBinImg3d)
wrapper function for Algorithm allowing to extract boundary of a binary 3d image