Changeset 13084 for trunk/psLib/test/imageops
- Timestamp:
- Apr 30, 2007, 2:08:52 PM (19 years ago)
- Location:
- trunk/psLib/test/imageops
- Files:
-
- 2 edited
-
tap_psImageConvolve.c (modified) (2 diffs)
-
tap_psImageGeomManip.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/imageops/tap_psImageConvolve.c
r12195 r13084 5 5 * @author Robert DeSonia, MHPCC 6 6 * 7 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $8 * @date $Date: 2007-0 3-03 01:23:32 $7 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-05-01 00:08:52 $ 9 9 * 10 10 * XXX: Must test the tRelative parameter to psKernelGenerate() … … 161 161 result->yMin, result->yMax, result->xMin, result->xMax); 162 162 for (psS32 y = result->yMin; y <= result->yMax; y++) { 163 printf("HEREy is %d\n", y);163 // printf("y is %d\n", y); 164 164 for (psS32 x = result->xMin; x <= result->xMax; x++) { 165 165 printf(" %6.2f ", result->kernel[y][x]); -
trunk/psLib/test/imageops/tap_psImageGeomManip.c
r13042 r13084 5 5 * @author Robert DeSonia, MHPCC 6 6 * 7 * @version $Revision: 1. 6$ $Name: not supported by cvs2svn $8 * @date $Date: 2007-0 4-26 22:18:03$7 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-05-01 00:08:52 $ 9 9 * 10 10 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 568 568 569 569 570 printf("HERE\n");571 570 // testImageRotate() 572 571 if (1) {
Note:
See TracChangeset
for help on using the changeset viewer.
