Changeset 30078 for trunk/psLib/src/imageops/psImageMapFit.c
- Timestamp:
- Dec 16, 2010, 7:41:11 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageMapFit.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageMapFit.c
r30044 r30078 83 83 map->map->data.F32[0][0] = psStatsGetValue(map->stats, mean); 84 84 map->error->data.F32[0][0] = psStatsGetValue(map->stats, stdev); 85 *pGoodFit = true; 85 if (isfinite(map->map->data.F32[0][0]) && isfinite( map->error->data.F32[0][0])) { 86 *pGoodFit = true; 87 } 86 88 return true; 87 89 }
Note:
See TracChangeset
for help on using the changeset viewer.
