16 #ifndef __IPSDKIPLADVANCEDMORPHOLOGY_GENERICSEEDEDDISTANCEMAP2DIMG_H__ 17 #define __IPSDKIPLADVANCEDMORPHOLOGY_GENERICSEEDEDDISTANCEMAP2DIMG_H__ 21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/DistWeight2d.h> 27 class GenericSeededDistanceMap2dImgLvl1;
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