IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ImageBordersContactTypes.h
Go to the documentation of this file.
1 // ImageBordersContactTypes.h:
3 // ---------------------------
4 //
14 
15 #ifndef __IPSDKIPLSHAPEANALYSIS_IMAGEBORDERSCONTACTTYPES_H__
16 #define __IPSDKIPLSHAPEANALYSIS_IMAGEBORDERSCONTACTTYPES_H__
17 
18 #include <IPSDKUtil/BaseTypes.h>
19 
20 namespace ipsdk {
21 namespace imaproc {
22 namespace shape {
23 namespace analysis {
24 
27 
32 {
35 
38 
41 
44 
47 
50 };
51 
54 
55 } // end of namespace analysis
56 } // end of namespace shape
57 } // end of namespace imaproc
58 } // end of namespace ipsdk
59 
60 #endif // __IPSDKIPLSHAPEANALYSIS_IMAGEBORDERSCONTACTTYPES_H__
ipBool _bTouchXEnd
flag indicating contact with end border along x axis
Definition: ImageBordersContactTypes.h:37
ipBool _bTouchYEnd
flag indicating contact with end border along y axis
Definition: ImageBordersContactTypes.h:43
ipBool _bTouchZEnd
flag indicating contact with end border along z axis
Definition: ImageBordersContactTypes.h:49
ipBool _bTouchXStart
flag indicating contact with start border along x axis
Definition: ImageBordersContactTypes.h:34
ipBool _bTouchYStart
flag indicating contact with start border along y axis
Definition: ImageBordersContactTypes.h:40
bool ipBool
ipBool _bTouchZStart
flag indicating contact with start border along z axis
Definition: ImageBordersContactTypes.h:46
structure allowing to indicate image borders contact
Definition: ImageBordersContactTypes.h:31