IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
SEMorphologyTypes.h
Go to the documentation of this file.
1 // SEMorphologyTypes.h:
3 // --------------------
4 //
14 
15 #ifndef __IPSDKIPLBASICMORPHOLOGY_SEMORPHOLOGYTYPES_H__
16 #define __IPSDKIPLBASICMORPHOLOGY_SEMORPHOLOGYTYPES_H__
17 
19 
20 namespace ipsdk {
21 namespace imaproc {
22 namespace morpho {
23 
26 
34 )
35 
36 
39 } // end of namespace morpho
40 } // end of namespace imaproc
41 } // end of namespace ipsdk
42 
43 #endif // __IPSDKIPLBASICMORPHOLOGY_SEMORPHOLOGYTYPES_H__
circular structuring element will be decomposed (see Specific case of circular and spherical shapes) ...
Definition: SEMorphologyTypes.h:36
eSEProcessingCase
Enumerate describing processing case associated to a structuring element.
Definition: SEMorphologyTypes.h:32
structuring element will be proceded in a normal way
Definition: SEMorphologyTypes.h:34
morphological operation will be replaced by a distance map computation
Definition: SEMorphologyTypes.h:38
#define IPSDK_ENUM(enumTypeStr, enumSeq)