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