Changeset 23989 for trunk/psLib/src/imageops/psImageMapFit.c
- Timestamp:
- Apr 28, 2009, 11:21:56 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageMapFit.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageMapFit.c
r21183 r23989 73 73 74 74 // XXX does ROBUST_MEDIAN work with weight? 75 psVectorStats(map->stats, f, NULL, mask, maskValue); 75 if (!psVectorStats(map->stats, f, NULL, mask, maskValue)) { 76 psError(PS_ERR_UNKNOWN, false, "failure to measure stats"); 77 return false; 78 } 76 79 77 80 map->map->data.F32[0][0] = psStatsGetValue(map->stats, mean);
Note:
See TracChangeset
for help on using the changeset viewer.
