IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Skeleton2dTypes.h
Go to the documentation of this file.
1 // Skeleton2dTypes.h:
3 // ------------------
4 //
14 
15 #ifndef __IPSDKBASESHAPESEGMENTATION_SKELETON2DTYPES_H__
16 #define __IPSDKBASESHAPESEGMENTATION_SKELETON2DTYPES_H__
17 
21 
22 namespace ipsdk {
23 namespace shape {
24 namespace segmentation {
25 
28 
33 
35  (eSHP_Ignored)
36 
40 
44 )
45 
46 
49 } // end of namespace segmentation
50 } // end of namespace shape
51 } // end of namespace ipsdk
52 
53 #endif // __IPSDKBASESHAPESEGMENTATION_SKELETON2DTYPES_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Polygon holes will simply be ignored during processing.
Definition: Skeleton2dTypes.h:36
Polygon holes will be taken into account during processing.
Definition: Skeleton2dTypes.h:39
eSkeleton2dHolesPolicy
Enumerate describing polygon holes processing policy used during skeleton 2d computation.
Definition: Skeleton2dTypes.h:34
Polygon holes will be taken into account during processing.
Definition: Skeleton2dTypes.h:42
Predefined types for voronoi skeleton management.
Predefined types for shape 2d management.
Predefined macros for enumerates management.
#define IPSDK_ENUM(enumTypeStr, enumSeq)
macro allowing to declare an enumerate for library
Definition: EnumMacros.h:26