Changeset 4534 for trunk/psLib/test/image/tst_psImageConvolve.c
- Timestamp:
- Jul 11, 2005, 11:38:19 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/image/tst_psImageConvolve.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/image/tst_psImageConvolve.c
r3702 r4534 5 5 * @author Robert DeSonia, MHPCC 6 6 * 7 * @version $Revision: 1.1 0$ $Name: not supported by cvs2svn $8 * @date $Date: 2005-0 4-15 00:12:09 $7 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2005-07-11 21:38:19 $ 9 9 * 10 10 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 121 121 psS32 x[] = { 0, 1, 0, -1, 0 }; 122 122 psS32 y[] = { 2, 1, -1, -2, 0 }; 123 psKernelTypesum;123 float sum; 124 124 125 125 psVector* xVec = psVectorAlloc(size,PS_TYPE_U32);
Note:
See TracChangeset
for help on using the changeset viewer.
