Changeset 796 for trunk/psLib/src/image/psImageStats.c
- Timestamp:
- May 27, 2004, 2:17:33 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/image/psImageStats.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImageStats.c
r795 r796 28 28 29 29 junk = psVectorAlloc(input->numRows * input->numCols, input->type.type); 30 stats2 = ps ArrayStats(junk, NULL, 0xffffffff, stats);30 stats2 = psVectorStats(stats, junk, NULL, 0xffffffff); 31 31 psVectorFree(junk); 32 32
Note:
See TracChangeset
for help on using the changeset viewer.
