15 #ifndef __IPSDKIPLBASICMORPHOLOGY_UNIONLINEARCLOSING3DIMG_H__ 16 #define __IPSDKIPLBASICMORPHOLOGY_UNIONLINEARCLOSING3DIMG_H__ 26 class UnionLinearClosing3dImgLvl1;
127 #endif // __IPSDKIPLBASICMORPHOLOGY_UNIONLINEARCLOSING3DIMG_H__ 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
eBorderExtensionPolicy
Enumerate describing border extension policy.
Definition: BorderExtensionPolicy.h:31
IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< UnionLinearClosing3dImgLvl1 > unionLinearClosing3dImg_async(const image::ImageConstPtr &pInImg, const ipsdk::ipReal64 radius)
asynchronous wrappers
boost::shared_ptr< const BaseImage > ImageConstPtr
Predefined types for border extension policy management.
IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr unionLinearClosing3dImg(const image::ImageConstPtr &pInImg, const ipsdk::ipReal64 radius)
wrapper function for Union of closings calculated for several linear structuring element orientations...