IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
SEMorphologyRuleUtils.h
Go to the documentation of this file.
1 // SEMorphologyRuleUtils.h:
3 // ------------------------
4 //
15 
16 #ifndef __IPSDKIPLBASICMORPHOLOGY_SEMORPHOLOGYRULEUTILS_H__
17 #define __IPSDKIPLBASICMORPHOLOGY_SEMORPHOLOGYRULEUTILS_H__
18 
23 
24 namespace ipsdk {
25 namespace imaproc {
26 namespace morpho {
27 
30 
35 matchSEMorphology(const ImageAttributeConstPtr& pInputAttribute,
36  const StructuringElementXYAttributeConstPtr& pSEXYAttribute);
38 matchSEMorphology(const ImageAttributeConstPtr& pInputAttribute,
39  const StructuringElementXYZAttributeConstPtr& pSEXYZAttribute);
41 
44 
45 } // end of namespace morpho
46 } // end of namespace imaproc
47 } // end of namespace ipsdk
48 
49 #endif // __IPSDKIPLBASICMORPHOLOGY_SEMORPHOLOGYRULEUTILS_H__
boost::shared_ptr< const BaseStructuringElementXYAttribute > StructuringElementXYAttributeConstPtr
#define IPSDKIPLBASICMORPHOLOGY_API
Import/Export macro for library IPSDKIPLBasicMorphology.
Definition: IPSDKIPLBasicMorphologyExports.h:25
boost::shared_ptr< BaseCustomCheckedImageProperty > CustomCheckedImagePropertyPtr
boost::shared_ptr< const BaseImageAttribute > ImageAttributeConstPtr
Definition of import/export macro for library.
boost::shared_ptr< const BaseStructuringElementXYZAttribute > StructuringElementXYZAttributeConstPtr
IPSDKIPLBASICMORPHOLOGY_API CustomCheckedImagePropertyPtr matchSEMorphology(const ImageAttributeConstPtr &pInputAttribute, const StructuringElementXYAttributeConstPtr &pSEXYAttribute)
function allowing to define rule applied on working image for structuring elements processing algorit...