Changeset 28086
- Timestamp:
- May 25, 2010, 8:45:24 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/src/ippToPspsBatchDetection.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/src/ippToPspsBatchDetection.c
r28085 r28086 285 285 ippObjID[s] = (uint64_t)dvoDetections[d].ave.catID*1000000000 + (uint64_t)dvoDetections[d].ave.objID; 286 286 ippDetectID[s] = dvoDetections[d].meas.detID; 287 288 // the 'photFlags' are the same as those in the 'FLAGS' column of the smf 287 289 flags[s] = ((uint64_t)dvoDetections[d].meas.dbFlags << 32) | (uint64_t)dvoDetections[d].meas.photFlags; 288 290 imageID[s] = pspsImageId;
Note:
See TracChangeset
for help on using the changeset viewer.
