IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
RegularSEXYZDecompositionTypes.h
Go to the documentation of this file.
1 // RegularSEXYZDecompositionTypes.h:
3 // ---------------------------------
4 //
15 
16 #ifndef __IPSDKIPLBASICMORPHOLOGY_REGULARSEXYZDECOMPOSITIONTYPES_H__
17 #define __IPSDKIPLBASICMORPHOLOGY_REGULARSEXYZDECOMPOSITIONTYPES_H__
18 
19 #include <IPSDKBaseData/Pattern/StructuringElement/StructuringElementXYZ.h>
20 #include <vector>
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace morpho {
25 
28 
35 {
42 
45 };
46 
49 
52 typedef std::vector<MLD3dElement> ML3dDecomposition;
53 
56 
57 } // end of namespace morpho
58 } // end of namespace imaproc
59 } // end of namespace ipsdk
60 
61 #endif // __IPSDKIPLBASICMORPHOLOGY_REGULARSEXYZDECOMPOSITIONTYPES_H__
ipUInt32 _halfCubicSizeX
Definition: RegularSEXYZDecompositionTypes.h:38
ipUInt32 _halfCubicSizeZ
Definition: RegularSEXYZDecompositionTypes.h:40
ipUInt32 _halfCubicSizeY
Definition: RegularSEXYZDecompositionTypes.h:39
StructuringElementXYZ _sparseSE
sparse structuring element
Definition: RegularSEXYZDecompositionTypes.h:44
Multi level decomposition 3d element.
Definition: RegularSEXYZDecompositionTypes.h:34
std::vector< MLD3dElement > ML3dDecomposition
Definition: RegularSEXYZDecompositionTypes.h:52
uint32_t ipUInt32