Changeset 17640 for trunk/psLib/src/imageops/psImageBackground.c
- Timestamp:
- May 12, 2008, 12:25:01 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageBackground.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageBackground.c
r17371 r17640 74 74 } 75 75 if (n < 0.01*Nsubset) { 76 psLogMsg ("psLib", PS_LOG_INFO, "too few data points"); 77 psFree (values); 76 psLogMsg("psLib.psImageBackground", PS_LOG_INFO, 77 "Unable to measure image background: too few data points (%d)", n); 78 psFree(values); 78 79 return false; 79 80 }
Note:
See TracChangeset
for help on using the changeset viewer.
