IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
RegularSEXYZDecomposition.h
Go to the documentation of this file.
1 // RegularSEXYZDecomposition.h:
3 // ----------------------------
4 //
18 
19 #ifndef __IPSDKIPLBASICMORPHOLOGY_REGULARSEXYZDECOMPOSITION_H__
20 #define __IPSDKIPLBASICMORPHOLOGY_REGULARSEXYZDECOMPOSITION_H__
21 
24 
25 namespace ipsdk {
26 namespace imaproc {
27 namespace morpho {
28 
31 
37 decomposeRegularSEXYZ(const StructuringElementXYZ& regularSEXYZ,
38  ML3dDecomposition& decomposition);
39 
42 
43 } // end of namespace morpho
44 } // end of namespace imaproc
45 } // end of namespace ipsdk
46 
47 #endif // __IPSDKIPLBASICMORPHOLOGY_REGULARSEXYZDECOMPOSITION_H__
#define IPSDKIPLBASICMORPHOLOGY_API
Import/Export macro for library IPSDKIPLBasicMorphology.
Definition: IPSDKIPLBasicMorphologyExports.h:25
Definition of import/export macro for library.
IPSDKIPLBASICMORPHOLOGY_API void decomposeRegularSEXYZ(const StructuringElementXYZ &regularSEXYZ, ML3dDecomposition &decomposition)
function allowing to decompose a convex and symetric (regards to x, y and z axis) structuring element...
Predefined types used for regular structuring element 3d decomposition.
std::vector< MLD3dElement > ML3dDecomposition
Definition: RegularSEXYZDecompositionTypes.h:52