IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
RegistrationMotionModelTypes.h
Go to the documentation of this file.
1 // RegistrationMotionModelTypes.h:
3 // -------------------------------
4 //
14 
15 #ifndef __IPSDKIPLATTRIBUTES_REGISTRATIONMOTIONMODELTYPES_H__
16 #define __IPSDKIPLATTRIBUTES_REGISTRATIONMOTIONMODELTYPES_H__
17 
19 
20 namespace ipsdk {
21 namespace imaproc {
22 namespace attr {
23 
26 
30  (eRMM2d_Rigid)
34 )
35 
43 )
44 
47 
48 } // end of namespace attr
49 } // end of namespace imaproc
50 } // end of namespace ipsdk
51 
52 #endif // __IPSDKIPLATTRIBUTES_REGISTRATIONMOTIONMODELTYPES_H__
2d registration motion model associated to a rigid transformation (also known as Euclidean transforma...
Definition: RegistrationMotionModelTypes.h:33
3d registration motion model associated to a similarity transformation
Definition: RegistrationMotionModelTypes.h:51
3d registration motion model associated to a translation transformation
Definition: RegistrationMotionModelTypes.h:55
eRegistrationMotionModel3d
Enumerate describing a 3d registration motion model.
Definition: RegistrationMotionModelTypes.h:47
2d registration motion model associated to a similarity transformation
Definition: RegistrationMotionModelTypes.h:35
3d registration motion model associated to a homography transformation
Definition: RegistrationMotionModelTypes.h:53
2d registration motion model associated to a homography transformation
Definition: RegistrationMotionModelTypes.h:37
2d registration motion model associated to a translation transformation
Definition: RegistrationMotionModelTypes.h:39
#define IPSDK_ENUM(enumTypeStr, enumSeq)
eRegistrationMotionModel2d
Enumerate describing a 2d registration motion model.
Definition: RegistrationMotionModelTypes.h:31
3d registration motion model associated to a rigid transformation (also known as Euclidean transforma...
Definition: RegistrationMotionModelTypes.h:49