IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
RegularSEXYDecompositionTypes.h
Go to the documentation of this file.
1 // RegularSEXYDecompositionTypes.h:
3 // --------------------------------
4 //
15 
16 #ifndef __IPSDKIPLBASICMORPHOLOGY_REGULARSEXYDECOMPOSITIONTYPES_H__
17 #define __IPSDKIPLBASICMORPHOLOGY_REGULARSEXYDECOMPOSITIONTYPES_H__
18 
19 #include <IPSDKBaseData/Pattern/StructuringElement/StructuringElementXY.h>
20 #include <vector>
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace morpho {
25 
28 
35 {
41 
44 };
45 
48 
51 typedef std::vector<MLD2dElement> ML2dDecomposition;
52 
55 
56 } // end of namespace morpho
57 } // end of namespace imaproc
58 } // end of namespace ipsdk
59 
60 #endif // __IPSDKIPLBASICMORPHOLOGY_REGULARSEXYDECOMPOSITIONTYPES_H__
ipUInt32 _halfCubicSizeY
Definition: RegularSEXYDecompositionTypes.h:39
std::vector< MLD2dElement > ML2dDecomposition
Definition: RegularSEXYDecompositionTypes.h:51
StructuringElementXY _sparseSE
sparse structuring element
Definition: RegularSEXYDecompositionTypes.h:43
Multi level decomposition 2d element.
Definition: RegularSEXYDecompositionTypes.h:34
ipUInt32 _halfCubicSizeX
Definition: RegularSEXYDecompositionTypes.h:38
uint32_t ipUInt32