IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
SkeletonAlgoType.h
Go to the documentation of this file.
1 // SkeletonAlgoType.h:
3 // ----------------
4 //
14 
15 #ifndef __IPSDKIPLATTRIBUTES_SKELETONALGOTYPE_H__
16 #define __IPSDKIPLATTRIBUTES_SKELETONALGOTYPE_H__
17 
19 
20 namespace ipsdk {
21 namespace imaproc {
22 namespace attr {
23 
26 
30  (eSAT_Default)
32 )
33 
34 
35 
38 } // end of namespace attr
39 } // end of namespace imaproc
40 } // end of namespace ipsdk
41 
42 #endif // __IPSDKIPLATTRIBUTES_SKELETONALGOTYPE_H__
Smooth skeleton computation.
Definition: SkeletonAlgoType.h:35
eSkeletonAlgoType
Enumerate describing the type of skeleton calculation algorithm.
Definition: SkeletonAlgoType.h:31
#define IPSDK_ENUM(enumTypeStr, enumSeq)
Default algorithm.
Definition: SkeletonAlgoType.h:33