IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
GenericSeededDistanceMap2dImg.h
Go to the documentation of this file.
1 // GenericSeededDistanceMap2dImg.h:
3 // --------------------------------
4 //
15 
16 #ifndef __IPSDKIPLADVANCEDMORPHOLOGY_GENERICSEEDEDDISTANCEMAP2DIMG_H__
17 #define __IPSDKIPLADVANCEDMORPHOLOGY_GENERICSEEDEDDISTANCEMAP2DIMG_H__
18 
21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/DistWeight2d.h>
22 
23 namespace ipsdk {
24 namespace imaproc {
25 namespace advmorpho {
26 
27 class GenericSeededDistanceMap2dImgLvl1;
28 
31 
38  const ipsdk::image::ImageConstPtr& pInBinSeedImg,
39  const ipsdk::imaproc::attr::DistWeight2dConstPtr& pInDistWeight2d);
42  const ipsdk::image::ImageConstPtr& pInBinSeedImg,
43  const ipsdk::imaproc::attr::DistWeight2dConstPtr& pInDistWeight2d,
44  const ipsdk::image::ImagePtr& pOutDistImg);
46 
54  const ipsdk::image::ImageConstPtr& pInBinSeedImg,
55  const ipsdk::imaproc::attr::DistWeight2dConstPtr& pInDistWeight2d,
56  const ipsdk::ipReal32 maxDistance);
59  const ipsdk::image::ImageConstPtr& pInBinSeedImg,
60  const ipsdk::imaproc::attr::DistWeight2dConstPtr& pInDistWeight2d,
61  const ipsdk::ipReal32 maxDistance,
62  const ipsdk::image::ImagePtr& pOutDistImg);
64 
67 IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr<GenericSeededDistanceMap2dImgLvl1>
69  const ipsdk::image::ImageConstPtr& pInBinSeedImg,
70  const ipsdk::imaproc::attr::DistWeight2dConstPtr& pInDistWeight2d);
71 IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr<GenericSeededDistanceMap2dImgLvl1>
73  const ipsdk::image::ImageConstPtr& pInBinSeedImg,
74  const ipsdk::imaproc::attr::DistWeight2dConstPtr& pInDistWeight2d,
75  const ipsdk::image::ImagePtr& pOutDistImg);
76 IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr<GenericSeededDistanceMap2dImgLvl1>
78  const ipsdk::image::ImageConstPtr& pInBinSeedImg,
79  const ipsdk::imaproc::attr::DistWeight2dConstPtr& pInDistWeight2d,
80  const ipsdk::ipReal32 maxDistance);
81 IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr<GenericSeededDistanceMap2dImgLvl1>
83  const ipsdk::image::ImageConstPtr& pInBinSeedImg,
84  const ipsdk::imaproc::attr::DistWeight2dConstPtr& pInDistWeight2d,
85  const ipsdk::ipReal32 maxDistance,
86  const ipsdk::image::ImagePtr& pOutDistImg);
88 
92 getAsyncProcessorOutput(boost::shared_ptr<GenericSeededDistanceMap2dImgLvl1> pProcessor);
94 
97 
98 } // end of namespace advmorpho
99 } // end of namespace imaproc
100 } // end of namespace ipsdk
101 
102 #endif // __IPSDKIPLADVANCEDMORPHOLOGY_GENERICSEEDEDDISTANCEMAP2DIMG_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< GenericSeededDistanceMap2dImgLvl1 > genericSeededDistanceMap2dImg_async(const ipsdk::image::ImageConstPtr &pInBinImg, const ipsdk::image::ImageConstPtr &pInBinSeedImg, const ipsdk::imaproc::attr::DistWeight2dConstPtr &pInDistWeight2d)
asynchronous wrappers
#define IPSDKIPLADVANCEDMORPHOLOGY_API
Import/Export macro for library IPSDKIPLAdvancedMorphology.
Definition: IPSDKIPLAdvancedMorphologyExports.h:25
IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::image::ImagePtr genericSeededDistanceMap2dImg(const ipsdk::image::ImageConstPtr &pInBinImg, const ipsdk::image::ImageConstPtr &pInBinSeedImg, const ipsdk::imaproc::attr::DistWeight2dConstPtr &pInDistWeight2d)
wrapper function for generic seeded distance map transform of an input binary image according to a se...
boost::shared_ptr< const BaseImage > ImageConstPtr
boost::shared_ptr< const ipsdk::imaproc::attr::DistWeight2d > DistWeight2dConstPtr
shared pointer to const ipsdk::imaproc::attr::DistWeight2d
Definition: DistWeight2d.h:153
float ipReal32