Changeset 9730 for trunk/psLib/src/imageops/psImageBackground.c
- Timestamp:
- Oct 24, 2006, 12:55:05 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageBackground.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageBackground.c
r8978 r9730 36 36 int Npixels = nx*ny; // Total number of pixels 37 37 38 psVector *values = psVectorAlloc (Nsubset, PS_TYPE_F32); // Vector containing subsample38 psVector *values = psVectorAllocEmpty(Nsubset, PS_TYPE_F32); // Vector containing subsample 39 39 40 40 // Minimum and maximum values
Note:
See TracChangeset
for help on using the changeset viewer.
