IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
KeepBigShape3dImg.h
Go to the documentation of this file.
1 // KeepBigShape3dImg.h:
3 // -----------------------------
4 //
14 
15 #ifndef __IPSDKIPLADVANCEDMORPHOLOGY_KEEPBIGSHAPE3DIMG_H__
16 #define __IPSDKIPLADVANCEDMORPHOLOGY_KEEPBIGSHAPE3DIMG_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 namespace advmorpho {
24 
25 class KeepBigShape3dImgLvl1;
26 
29 
35 keepBigShape3dImg(const image::ImageConstPtr& pInBinLabImg3d,
36  const ipUInt32 inNbFeatures);
38 keepBigShape3dImg(const image::ImageConstPtr& pInBinLabImg3d,
39  const ipUInt32 inNbFeatures,
40  const image::ImagePtr& pOutImg);
42 
45 IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr<KeepBigShape3dImgLvl1>
46 keepBigShape3dImg_async(const image::ImageConstPtr& pInBinLabImg3d,
47  const ipUInt32 inNbFeatures);
48 IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr<KeepBigShape3dImgLvl1>
49 keepBigShape3dImg_async(const image::ImageConstPtr& pInBinLabImg3d,
50  const ipUInt32 inNbFeatures,
51  const image::ImagePtr& pOutImg);
53 
57 getAsyncProcessorOutput(boost::shared_ptr<KeepBigShape3dImgLvl1> pProcessor);
59 
62 
63 } // end of namespace advmorpho
64 } // end of namespace imaproc
65 } // end of namespace ipsdk
66 
67 #endif // __IPSDKIPLADVANCEDMORPHOLOGY_KEEPBIGSHAPE3DIMG_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
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< KeepBigShape3dImgLvl1 > keepBigShape3dImg_async(const image::ImageConstPtr &pInBinLabImg3d, const ipUInt32 inNbFeatures)
asynchronous wrappers
#define IPSDKIPLADVANCEDMORPHOLOGY_API
Import/Export macro for library IPSDKIPLAdvancedMorphology.
Definition: IPSDKIPLAdvancedMorphologyExports.h:25
boost::shared_ptr< const BaseImage > ImageConstPtr
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr keepBigShape3dImg(const image::ImageConstPtr &pInBinLabImg3d, const ipUInt32 inNbFeatures)
wrapper function for keep only the big connected components in binary or label 3d image ...
uint32_t ipUInt32