IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
SEMorphologyInitializerUtils.h
Go to the documentation of this file.
1 // SEMorphologyInitializerUtils.h:
3 // -------------------------------
4 //
15 
16 #ifndef __IPSDKIPLBASICMORPHOLOGY_SEMORPHOLOGYINITIALIZERUTILS_H__
17 #define __IPSDKIPLBASICMORPHOLOGY_SEMORPHOLOGYINITIALIZERUTILS_H__
18 
23 
24 namespace ipsdk {
25 namespace imaproc {
26 namespace morpho {
27 
30 
36 workingSEMorphology(const ImageAttributeConstPtr& pInputAttribute,
37  const StructuringElementXYAttributeConstPtr& pSEXYAttribute);
39 workingSEMorphology(const ImageAttributeConstPtr& pInputAttribute,
40  const StructuringElementXYZAttributeConstPtr& pSEXYZAttribute);
42 
45 
46 } // end of namespace morpho
47 } // end of namespace imaproc
48 } // end of namespace ipsdk
49 
50 #endif // __IPSDKIPLBASICMORPHOLOGY_SEMORPHOLOGYINITIALIZERUTILS_H__
boost::shared_ptr< const BaseStructuringElementXYAttribute > StructuringElementXYAttributeConstPtr
IPSDKIPLBASICMORPHOLOGY_API CustomImageInfoPtr workingSEMorphology(const ImageAttributeConstPtr &pInputAttribute, const StructuringElementXYAttributeConstPtr &pSEXYAttribute)
function allowing to create a working image initializer for structuring elements processing ...
#define IPSDKIPLBASICMORPHOLOGY_API
Import/Export macro for library IPSDKIPLBasicMorphology.
Definition: IPSDKIPLBasicMorphologyExports.h:25
boost::shared_ptr< const BaseImageAttribute > ImageAttributeConstPtr
Definition of import/export macro for library.
boost::shared_ptr< BaseCustomImageInfo > CustomImageInfoPtr
boost::shared_ptr< const BaseStructuringElementXYZAttribute > StructuringElementXYZAttributeConstPtr