- Timestamp:
- Aug 1, 2010, 4:39:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100621/psModules/src/objects/pmSourceMasks.h
r24694 r28822 39 39 } pmSourceMode; 40 40 41 // Bit flags to distinguish analysis results 42 // When adding to or subtracting from this list, please also modify pmSourceMaskHeader 43 typedef enum { 44 PM_SOURCE_MODE2_DEFAULT = 0x00000000, ///< Initial value: resets all bits 45 PM_SOURCE_MODE2_DIFF_WITH_SINGLE = 0x00000001, ///< diff source matched to a single positive detection 46 PM_SOURCE_MODE2_DIFF_WITH_DOUBLE = 0x00000002, ///< diff source matched to positive detections in both images 47 } pmSourceMode2; 41 48 42 49 /// Populate header with mask values
Note:
See TracChangeset
for help on using the changeset viewer.
