- Timestamp:
- Jun 19, 2012, 5:24:19 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/psModules
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/psModules/src/objects/pmModelFuncs.h
r29004 r34041 29 29 # define PM_MODEL_FUNCS_H 30 30 31 # define HAVE_MODEL_VAR 1 32 31 33 /// @addtogroup Objects Object Detection / Analysis Functions 32 34 /// @{ … … 46 48 47 49 typedef enum { 48 PM_MODEL_OP_NONE = 0x00, 49 PM_MODEL_OP_FUNC = 0x01, 50 PM_MODEL_OP_RES0 = 0x02, 51 PM_MODEL_OP_RES1 = 0x04, 52 PM_MODEL_OP_FULL = 0x07, 53 PM_MODEL_OP_SKY = 0x08, 54 PM_MODEL_OP_CENTER = 0x10, 55 PM_MODEL_OP_NORM = 0x20, 56 PM_MODEL_OP_NOISE = 0x40, 50 PM_MODEL_OP_NONE = 0x00, 51 PM_MODEL_OP_FUNC = 0x01, 52 PM_MODEL_OP_RES0 = 0x02, 53 PM_MODEL_OP_RES1 = 0x04, 54 PM_MODEL_OP_FULL = 0x07, 55 PM_MODEL_OP_SKY = 0x08, 56 PM_MODEL_OP_CENTER = 0x10, 57 PM_MODEL_OP_NORM = 0x20, 58 PM_MODEL_OP_NOISE = 0x40, 59 # if (HAVE_MODEL_VAR) 60 PM_MODEL_OP_MODELVAR = 0x80, 61 # endif 57 62 } pmModelOpMode; 58 63
Note:
See TracChangeset
for help on using the changeset viewer.
