IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
DistanceMap2dImg.h
Go to the documentation of this file.
1 // DistanceMap2dImg.h:
3 // -------------------
4 //
14 
15 #ifndef __IPSDKIPLBASICMORPHOLOGY_DISTANCEMAP2DIMG_H__
16 #define __IPSDKIPLBASICMORPHOLOGY_DISTANCEMAP2DIMG_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 namespace morpho {
24 
25 class DistanceMap2dImgLvl1;
26 
29 
38  const ipsdk::image::ImagePtr& pOutDistImg);
40 
48  const ipsdk::ipReal32 maxDistance);
51  const ipsdk::ipReal32 maxDistance,
52  const ipsdk::image::ImagePtr& pOutDistImg);
54 
57 IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr<DistanceMap2dImgLvl1>
59 IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr<DistanceMap2dImgLvl1>
61  const ipsdk::image::ImagePtr& pOutDistImg);
62 IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr<DistanceMap2dImgLvl1>
64  const ipsdk::ipReal32 maxDistance);
65 IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr<DistanceMap2dImgLvl1>
67  const ipsdk::ipReal32 maxDistance,
68  const ipsdk::image::ImagePtr& pOutDistImg);
70 
74 getAsyncProcessorOutput(boost::shared_ptr<DistanceMap2dImgLvl1> pProcessor);
76 
79 
80 } // end of namespace morpho
81 } // end of namespace imaproc
82 } // end of namespace ipsdk
83 
84 #endif // __IPSDKIPLBASICMORPHOLOGY_DISTANCEMAP2DIMG_H__
IPSDKIPLBASICMORPHOLOGY_API ipsdk::image::ImagePtr distanceMap2dImg(const ipsdk::image::ImageConstPtr &pInBinImg)
wrapper function for distance map transform of an input binary image
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
IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< DistanceMap2dImgLvl1 > distanceMap2dImg_async(const ipsdk::image::ImageConstPtr &pInBinImg)
asynchronous wrappers
float ipReal32