Changeset 23259 for trunk/psphot/src/psphotVisual.c
- Timestamp:
- Mar 10, 2009, 4:53:42 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotVisual.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotVisual.c
r23242 r23259 32 32 33 33 psStats *stats = psStatsAlloc (PS_STAT_ROBUST_MEDIAN | PS_STAT_ROBUST_STDEV); 34 psRandom *rng = psRandomAlloc(PS_RANDOM_TAUS , 0);34 psRandom *rng = psRandomAlloc(PS_RANDOM_TAUS); 35 35 if (!psImageBackground(stats, NULL, inImage, NULL, 0, rng)) { 36 36 fprintf (stderr, "failed to get background values\n"); … … 78 78 79 79 psStats *stats = psStatsAlloc (PS_STAT_ROBUST_MEDIAN | PS_STAT_ROBUST_STDEV); 80 psRandom *rng = psRandomAlloc(PS_RANDOM_TAUS , 0);80 psRandom *rng = psRandomAlloc(PS_RANDOM_TAUS); 81 81 if (!psImageBackground(stats, NULL, inImage, NULL, 0, rng)) { 82 82 fprintf (stderr, "failed to get background values\n");
Note:
See TracChangeset
for help on using the changeset viewer.
