Changeset 18102
- Timestamp:
- Jun 12, 2008, 3:05:15 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackLoop.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackLoop.c
r18061 r18102 507 507 pmReadoutFreeData(ro); 508 508 509 ps Trace("ppStack", 5, "%ld total pixels to inspect from image %d", inspect->n, i);509 psLogMsg("ppStack", PS_LOG_INFO, "%ld total pixels to inspect from image %d", inspect->n, i); 510 510 511 511 psPixels *reject = pmStackReject(inspect, NULL, threshold, subRegions->data[i], … … 517 517 } else { 518 518 float frac = reject->n / (float)(outRO->image->numCols * outRO->image->numRows); // Pixel frac 519 ps Trace("ppStack", 5, "%ld pixels rejected from image %d (%.1f%%)",519 psLogMsg("ppStack", PS_LOG_INFO, "%ld pixels rejected from image %d (%.1f%%)", 520 520 reject->n, i, frac * 100.0); 521 521 if (frac > imageRej) {
Note:
See TracChangeset
for help on using the changeset viewer.
