Changeset 6874 for trunk/psLib/src/imageops
- Timestamp:
- Apr 17, 2006, 12:00:35 PM (20 years ago)
- Location:
- trunk/psLib/src/imageops
- Files:
-
- 3 edited
-
psImageStats.c (modified) (3 diffs)
-
psImageStats.h (modified) (2 diffs)
-
psImageStructManip.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageStats.c
r6778 r6874 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.9 2$ $Name: not supported by cvs2svn $12 * @date $Date: 2006-04- 05 01:49:40$11 * @version $Revision: 1.93 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2006-04-17 22:00:03 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 31 31 #include "psConstants.h" 32 32 #include "psErrorText.h" 33 #include "psRegion.h" 34 #include "psRegionForImage.h" 33 35 34 36 /// This routine must determine the various statistics for the image. … … 748 750 return -1; 749 751 }/* else if (col0 == col1 && row0 == row1) { 750 psError(PS_ERR_BAD_PARAMETER_VALUE, true,751 "Invalid psRegion specified. Region contains only 1 pixel.\n");752 return -1;753 }754 */752 psError(PS_ERR_BAD_PARAMETER_VALUE, true, 753 "Invalid psRegion specified. Region contains only 1 pixel.\n"); 754 return -1; 755 } 756 */ 755 757 x0 = col0; 756 758 x1 = col1; -
trunk/psLib/src/imageops/psImageStats.h
r5137 r6874 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.2 7$ $Name: not supported by cvs2svn $12 * @date $Date: 200 5-09-26 22:35:53 $11 * @version $Revision: 1.28 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2006-04-17 22:00:03 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 22 22 #include "psStats.h" 23 23 #include "psPolynomial.h" 24 #include "psRegion.h" 24 25 25 26 /// @addtogroup ImageStats -
trunk/psLib/src/imageops/psImageStructManip.h
r4162 r6874 8 8 * @author Robert DeSonia, MHPCC 9 9 * 10 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $11 * @date $Date: 200 5-06-08 23:40:45$10 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2006-04-17 22:00:03 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 18 18 19 19 #include "psImage.h" 20 #include "psRegion.h" 20 21 21 22 /// @addtogroup Image
Note:
See TracChangeset
for help on using the changeset viewer.
