IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 17, 2006, 12:00:35 PM (20 years ago)
Author:
magnier
Message:

variety of small changes related to inconsistencies between psModules and psLib

Location:
trunk/psLib/src/imageops
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImageStats.c

    r6778 r6874  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.92 $ $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 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    3131#include "psConstants.h"
    3232#include "psErrorText.h"
     33#include "psRegion.h"
     34#include "psRegionForImage.h"
    3335
    3436/// This routine must determine the various statistics for the image.
     
    748750        return -1;
    749751    }/* 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            */
    755757    x0 = col0;
    756758    x1 = col1;
  • trunk/psLib/src/imageops/psImageStats.h

    r5137 r6874  
    99*  @author GLG, MHPCC
    1010*
    11 *  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
    12 *  @date $Date: 2005-09-26 22:35:53 $
     11*  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
     12*  @date $Date: 2006-04-17 22:00:03 $
    1313*
    1414*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2222#include "psStats.h"
    2323#include "psPolynomial.h"
     24#include "psRegion.h"
    2425
    2526/// @addtogroup ImageStats
  • trunk/psLib/src/imageops/psImageStructManip.h

    r4162 r6874  
    88*  @author Robert DeSonia, MHPCC
    99*
    10 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2005-06-08 23:40:45 $
     10*  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2006-04-17 22:00:03 $
    1212*
    1313*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    1818
    1919#include "psImage.h"
     20#include "psRegion.h"
    2021
    2122/// @addtogroup Image
Note: See TracChangeset for help on using the changeset viewer.