15 #ifndef __IPSDKIPLADVANCEDMORPHOLOGY_GENERICSEEDEDDISTANCEMAP3DIMG_H__ 16 #define __IPSDKIPLADVANCEDMORPHOLOGY_GENERICSEEDEDDISTANCEMAP3DIMG_H__ 20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/DistWeight3d.h> 26 class GenericSeededDistanceMap3dImgLvl1;
101 #endif // __IPSDKIPLADVANCEDMORPHOLOGY_GENERICSEEDEDDISTANCEMAP3DIMG_H__ Definition of import/export macro for library.
IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::image::ImagePtr genericSeededDistanceMap3dImg(const ipsdk::image::ImageConstPtr &pInBinImg3d, const ipsdk::image::ImageConstPtr &pInBinSeedImg3d, const ipsdk::imaproc::attr::DistWeight3dConstPtr &pInDistWeight3d)
wrapper function for generic seeded distance map transform of a 3d input binary image according to a ...
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< GenericSeededDistanceMap3dImgLvl1 > genericSeededDistanceMap3dImg_async(const ipsdk::image::ImageConstPtr &pInBinImg3d, const ipsdk::image::ImageConstPtr &pInBinSeedImg3d, const ipsdk::imaproc::attr::DistWeight3dConstPtr &pInDistWeight3d)
asynchronous wrappers
#define IPSDKIPLADVANCEDMORPHOLOGY_API
Import/Export macro for library IPSDKIPLAdvancedMorphology.
Definition: IPSDKIPLAdvancedMorphologyExports.h:25
boost::shared_ptr< const BaseImage > ImageConstPtr
boost::shared_ptr< const ipsdk::imaproc::attr::DistWeight3d > DistWeight3dConstPtr
shared pointer to const ipsdk::imaproc::attr::DistWeight3d
Definition: DistWeight3d.h:229