Changeset 2022 for trunk/psLib/test/image/tst_psImageExtraction.c
- Timestamp:
- Oct 8, 2004, 9:44:32 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/image/tst_psImageExtraction.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/image/tst_psImageExtraction.c
r1961 r2022 6 6 * @author Robert DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1.1 0$ $Name: not supported by cvs2svn $9 * @date $Date: 2004-10-0 5 22:21:53$8 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2004-10-08 19:44:32 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 74 74 imageRow[ col ] = ( psF32 ) col + rowOffset; 75 75 imgU8Row[ col ] = (psU8) col; 76 maskRow[ col ] = 0; 76 if ( row == r/10 ) { 77 maskRow[ col ] = 1; 78 } else { 79 maskRow[ col ] = 0; 80 } 81 // maskRow[ col ] = 0; 77 82 maskS8Row[ col ] = 0; 78 83 maskSzRow[ col ] = 0;
Note:
See TracChangeset
for help on using the changeset viewer.
