Changeset 2751 for trunk/stac/src/stacRejection.c
- Timestamp:
- Dec 17, 2004, 11:39:39 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/stac/src/stacRejection.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/stac/src/stacRejection.c
r2670 r2751 162 162 #endif 163 163 164 #ifdef TESTING 164 165 // Check gradient 165 166 float meanGrads = 0.0; … … 184 185 meanGrads = 0; 185 186 } 187 #else 188 float meanGrads = 10000.0; 189 #endif 190 186 191 187 192 #ifdef TESTING … … 197 202 fprintf(crs, "%d %d --> %f %f %f\n", x, y, ((psImage*)(inputs->data[i]))->data.F32[y][x], 198 203 maskVal, stacGradient(inputs->data[i], x, y)); 204 #endif 199 205 } 200 #endif201 206 } else { 202 207 mask->data.U8[y][x] = 0;
Note:
See TracChangeset
for help on using the changeset viewer.
