IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3737 for trunk/psLib/src/image


Ignore:
Timestamp:
Apr 21, 2005, 11:18:23 AM (21 years ago)
Author:
desonia
Message:

added psPixels functions and rewrote psVectorSortIndex.

Location:
trunk/psLib/src/image
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/image/Makefile.am

    r3684 r3737  
    1818        psImageStats.c \
    1919        psImageFFT.c \
    20         psImageConvolve.c
     20        psImageConvolve.c \
     21        psPixels.c
    2122
    2223BUILT_SOURCES = psImageErrors.h
  • trunk/psLib/src/image/psImageManip.c

    r3476 r3737  
    1010 *  @author Ross Harman, MHPCC
    1111 *
    12  *  @version $Revision: 1.38 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-03-22 21:52:49 $
     12 *  @version $Revision: 1.39 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-04-21 21:18:23 $
    1414 *
    1515 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    1919#include <stdlib.h>
    2020#include <string.h>                        // for memcpy, etc.
     21
     22#include "psImageManip.h"
    2123
    2224#include "psError.h"
     
    10821084    return NULL;
    10831085}
     1086
  • trunk/psLib/src/image/psImageManip.h

    r3476 r3737  
    1 
    21/** @file  psImageManip.h
    32 *
     
    1110 *  @author Ross Harman, MHPCC
    1211 *
    13  *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2005-03-22 21:52:49 $
     12 *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-04-21 21:18:23 $
    1514 *
    1615 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2120#include "psImage.h"
    2221#include "psCoord.h"
     22#include "psStats.h"
    2323
    2424/// @addtogroup Image
Note: See TracChangeset for help on using the changeset viewer.