Changeset 1078
- Timestamp:
- Jun 23, 2004, 3:40:38 PM (22 years ago)
- Location:
- trunk/psLib
- Files:
-
- 1 added
- 4 edited
-
src/image/psImageStats.c (modified) (1 diff)
-
src/imageops/psImageStats.c (modified) (1 diff)
-
test/dataManip/Makefile (modified) (2 diffs)
-
test/image/tst_psImageStats02.c (modified) (1 diff)
-
test/image/tst_psImageStats03.c (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImageStats.c
r1077 r1078 451 451 return(pixel); 452 452 } 453 454 455 456 -
trunk/psLib/src/imageops/psImageStats.c
r1077 r1078 451 451 return(pixel); 452 452 } 453 454 455 456 -
trunk/psLib/test/dataManip/Makefile
r1041 r1078 3 3 ## Makefile: test/sysUtils 4 4 ## 5 ## $Revision: 1.1 5$ $Name: not supported by cvs2svn $6 ## $Date: 2004-06- 15 02:45:43$5 ## $Revision: 1.16 $ $Name: not supported by cvs2svn $ 6 ## $Date: 2004-06-24 01:40:38 $ 7 7 ## 8 8 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 44 44 tst_psImageStats01 \ 45 45 tst_psImageStats02 \ 46 tst_psImageStats03 \ 46 47 tst_psImageIO \ 47 48 tst_psVectorFFT \ -
trunk/psLib/test/image/tst_psImageStats02.c
r1073 r1078 16 16 #include <float.h> 17 17 #include <math.h> 18 #define IMAGE_SIZE 319 #define CHEBY_X_DIM 320 #define CHEBY_Y_DIM 318 #define IMAGE_SIZE 64 19 #define CHEBY_X_DIM 8 20 #define CHEBY_Y_DIM 8 21 21 #define THRESHOLD 1.0 22 22 int main()
Note:
See TracChangeset
for help on using the changeset viewer.
