IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
DilateLocalExtrema2dImg.h
Go to the documentation of this file.
1 // DilateLocalExtrema2dImg.h:
3 // --------------------------
4 //
14 
15 #ifndef __IPSDKIPLADVANCEDMORPHOLOGY_DILATELOCALEXTREMA2DIMG_H__
16 #define __IPSDKIPLADVANCEDMORPHOLOGY_DILATELOCALEXTREMA2DIMG_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 namespace advmorpho {
24 
25 class DilateLocalExtrema2dImgLvl1;
26 
29 
36  const ipReal32 inDilateFactor);
39  const ipReal32 inDilateFactor,
40  const image::ImagePtr& pOutBinImg);
42 
49  const ipReal32 inDilateFactor);
52  const ipReal32 inDilateFactor,
53  const image::ImagePtr& pOutBinImg);
55 
58 IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr<DilateLocalExtrema2dImgLvl1>
60  const ipReal32 inDilateFactor);
61 IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr<DilateLocalExtrema2dImgLvl1>
63  const ipReal32 inDilateFactor,
64  const image::ImagePtr& pOutBinImg);
65 IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr<DilateLocalExtrema2dImgLvl1>
67  const ipReal32 inDilateFactor);
68 IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr<DilateLocalExtrema2dImgLvl1>
70  const ipReal32 inDilateFactor,
71  const image::ImagePtr& pOutBinImg);
73 
77 getAsyncProcessorOutput(boost::shared_ptr<DilateLocalExtrema2dImgLvl1> pProcessor);
79 
82 
83 } // end of namespace advmorpho
84 } // end of namespace imaproc
85 } // end of namespace ipsdk
86 
87 #endif // __IPSDKIPLADVANCEDMORPHOLOGY_DILATELOCALEXTREMA2DIMG_H__
Definition of import/export macro for library.
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< DilateLocalExtrema2dImgLvl1 > dilateLocalMaxima2dImg_async(const image::ImageConstPtr &pInImg, const ipReal32 inDilateFactor)
asynchronous wrappers
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< DilateLocalExtrema2dImgLvl1 > dilateLocalMinima2dImg_async(const image::ImageConstPtr &pInImg, const ipReal32 inDilateFactor)
asynchronous wrappers
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 image::ImagePtr dilateLocalMinima2dImg(const image::ImageConstPtr &pInImg, const ipReal32 inDilateFactor)
wrapper function for algorithm allowing to extract dilated local minima 2d from an image ...
#define IPSDKIPLADVANCEDMORPHOLOGY_API
Import/Export macro for library IPSDKIPLAdvancedMorphology.
Definition: IPSDKIPLAdvancedMorphologyExports.h:25
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr dilateLocalMaxima2dImg(const image::ImageConstPtr &pInImg, const ipReal32 inDilateFactor)
wrapper function for algorithm allowing to extract dilated local maxima 2d from an image ...
boost::shared_ptr< const BaseImage > ImageConstPtr
float ipReal32