Changeset 5351 for trunk/psphot/src/psLibUtils.c
- Timestamp:
- Oct 17, 2005, 9:04:33 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psLibUtils.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psLibUtils.c
r5134 r5351 280 280 } 281 281 282 # if (0)283 282 // now in psLib (v8) 284 283 // count number of pixels with given mask value 285 int psImageCountPixelMask (psImage *mask, psU8 value) 284 // XXX EAM : version in psLib is broken 285 int psImageCountPixelMask_EAM (psImage *mask, psU8 value) 286 286 { 287 287 int Npixels = 0; … … 296 296 return (Npixels); 297 297 } 298 # endif299 298 300 299 // define a square region centered on the given coordinate
Note:
See TracChangeset
for help on using the changeset viewer.
