Changeset 2101
- Timestamp:
- Oct 13, 2004, 3:05:27 PM (22 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 2 edited
-
image/psImageStats.c (modified) (5 diffs)
-
imageops/psImageStats.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImageStats.c
r2100 r2101 1 2 1 /** @file psImageStats.c 3 2 * \brief Routines for calculating statistics on images. … … 8 7 * polynomials to images. 9 8 * 10 * @author G eorge Gusciora, MHPCC9 * @author GLG, MHPCC 11 10 * 12 * @version $Revision: 1.4 1$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-10-14 01:0 3:57 $11 * @version $Revision: 1.42 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-10-14 01:05:27 $ 14 13 * 15 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 35 34 36 35 /// This routine must determine the various statistics for the image. 37 38 36 /***************************************************************************** 39 37 XXX: verify that image/mask have the correct types, and sizes. … … 67 65 return stats; 68 66 } 69 // stuff the image data into a psVector 70 // struct. 67 // stuff the image data into a psVector struct. 71 68 junkData = psAlloc(sizeof(psVector)); 72 69 junkData->type = in->type; … … 86 83 return NULL; 87 84 } 88 // stuff the mask data into a psVector 89 // struct. 85 // stuff the mask data into a psVector struct. 90 86 junkMask = psAlloc(sizeof(psVector)); 91 87 junkMask->type = mask->type; -
trunk/psLib/src/imageops/psImageStats.c
r2100 r2101 1 2 1 /** @file psImageStats.c 3 2 * \brief Routines for calculating statistics on images. … … 8 7 * polynomials to images. 9 8 * 10 * @author G eorge Gusciora, MHPCC9 * @author GLG, MHPCC 11 10 * 12 * @version $Revision: 1.4 1$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-10-14 01:0 3:57 $11 * @version $Revision: 1.42 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-10-14 01:05:27 $ 14 13 * 15 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 35 34 36 35 /// This routine must determine the various statistics for the image. 37 38 36 /***************************************************************************** 39 37 XXX: verify that image/mask have the correct types, and sizes. … … 67 65 return stats; 68 66 } 69 // stuff the image data into a psVector 70 // struct. 67 // stuff the image data into a psVector struct. 71 68 junkData = psAlloc(sizeof(psVector)); 72 69 junkData->type = in->type; … … 86 83 return NULL; 87 84 } 88 // stuff the mask data into a psVector 89 // struct. 85 // stuff the mask data into a psVector struct. 90 86 junkMask = psAlloc(sizeof(psVector)); 91 87 junkMask->type = mask->type;
Note:
See TracChangeset
for help on using the changeset viewer.
