Changeset 15806 for branches/eam_branch_20071212/ppMerge/src/ppMerge.c
- Timestamp:
- Dec 12, 2007, 7:27:21 PM (19 years ago)
- File:
-
- 1 edited
-
branches/eam_branch_20071212/ppMerge/src/ppMerge.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20071212/ppMerge/src/ppMerge.c
r15631 r15806 55 55 56 56 if (options->mask) { 57 // Generate a mask 58 ppMergeMask(data, options, config); 57 // Generate a mask 58 // XXX this should result in a mask image based on the outliers relative to the ensemble in a given image 59 ppMergeMaskByImageStats(data, options, config); 60 61 // Do the combination and write 62 // XXX this should result in a mask image based on the outlier statistics relative to the per-pixel histogram 63 ppMergeMaskByPixelStats(data, options, config); 64 65 ppMergeMaskUnion(data, options, config); 66 67 ppMergeMaskOutput(data, options, config); 59 68 } else { 60 69
Note:
See TracChangeset
for help on using the changeset viewer.
