IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ConnectedComponent2dImg.h
Go to the documentation of this file.
1 // ConnectedComponent2dImg.h:
3 // --------------------------
4 //
14 
15 #ifndef __IPSDKIPLADVANCEDMORPHOLOGY_CONNECTEDCOMPONENT2DIMG_H__
16 #define __IPSDKIPLADVANCEDMORPHOLOGY_CONNECTEDCOMPONENT2DIMG_H__
17 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace advmorpho {
25 
26 class ConnectedComponent2dImgLvl1;
27 
30 
39  const ipsdk::eNeighborhood2dType& inOptNeighborhood2d);
42  const ipsdk::eNeighborhood2dType& inOptNeighborhood2d,
43  const ipsdk::image::ImagePtr& pOutLabelImg);
45 
48 IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr<ConnectedComponent2dImgLvl1>
50 IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr<ConnectedComponent2dImgLvl1>
52  const ipsdk::eNeighborhood2dType& inOptNeighborhood2d);
53 IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr<ConnectedComponent2dImgLvl1>
55  const ipsdk::eNeighborhood2dType& inOptNeighborhood2d,
56  const ipsdk::image::ImagePtr& pOutLabelImg);
58 
62 getAsyncProcessorOutput(boost::shared_ptr<ConnectedComponent2dImgLvl1> pProcessor);
64 
67 
68 } // end of namespace advmorpho
69 } // end of namespace imaproc
70 } // end of namespace ipsdk
71 
72 #endif // __IPSDKIPLADVANCEDMORPHOLOGY_CONNECTEDCOMPONENT2DIMG_H__
Definition of import/export macro for library.
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< AdaptiveBinaryWatershed2dImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
#define IPSDKIPLADVANCEDMORPHOLOGY_API
Import/Export macro for library IPSDKIPLAdvancedMorphology.
Definition: IPSDKIPLAdvancedMorphologyExports.h:25
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< ConnectedComponent2dImgLvl1 > connectedComponent2dImg_async(const ipsdk::image::ImageConstPtr &pInBinLabImg)
asynchronous wrappers
boost::shared_ptr< const BaseImage > ImageConstPtr
IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::image::ImagePtr connectedComponent2dImg(const ipsdk::image::ImageConstPtr &pInBinLabImg)
wrapper function for Connected component image 2d labeling algorithm
eNeighborhood2dType
uint32_t ipUInt32