15 #ifndef __IPSDKIPLADVANCEDMORPHOLOGY_GREYRECONSTRUCTION3DIMG_H__ 16 #define __IPSDKIPLADVANCEDMORPHOLOGY_GREYRECONSTRUCTION3DIMG_H__ 25 class GreyReconstruction3dImgLvl1;
87 #endif // __IPSDKIPLADVANCEDMORPHOLOGY_GREYRECONSTRUCTION3DIMG_H__ Definition of import/export macro for library.
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< GreyReconstruction3dImgLvl1 > greyMaxReconstruction3dImg_async(const image::ImageConstPtr &pInImg3d, const image::ImageConstPtr &pInGreyMarkImg3d)
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 greyMinReconstruction3dImg(const image::ImageConstPtr &pInImg3d, const image::ImageConstPtr &pInGreyMarkImg3d)
wrapper function for grey minima reconstruction of an image 3d
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< GreyReconstruction3dImgLvl1 > greyMinReconstruction3dImg_async(const image::ImageConstPtr &pInImg3d, const image::ImageConstPtr &pInGreyMarkImg3d)
asynchronous wrappers
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr greyMaxReconstruction3dImg(const image::ImageConstPtr &pInImg3d, const image::ImageConstPtr &pInGreyMarkImg3d)
wrapper function for grey maxima reconstruction of an image 3d
#define IPSDKIPLADVANCEDMORPHOLOGY_API
Import/Export macro for library IPSDKIPLAdvancedMorphology.
Definition: IPSDKIPLAdvancedMorphologyExports.h:25
boost::shared_ptr< const BaseImage > ImageConstPtr