IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16115


Ignore:
Timestamp:
Jan 17, 2008, 12:07:33 PM (18 years ago)
Author:
Paul Price
Message:

Adding required include files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImageBackground.h

    r14922 r16115  
    55 *  @author EAM, IfA
    66 *
    7  *  $Revision: 1.5 $ $Name: not supported by cvs2svn $
    8  *  $Date: 2007-09-20 23:52:52 $
     7 *  $Revision: 1.6 $ $Name: not supported by cvs2svn $
     8 *  $Date: 2008-01-17 22:07:33 $
    99 *  Copyright 2004-2005 IfA, University of Hawaii
    1010 */
     
    1616/// @{
    1717
    18 #include "psStats.h"
    19 #include "psImage.h"
    20 #include "psType.h"
     18#include <psStats.h>
     19#include <psImage.h>
     20#include <psVector.h>
     21#include <psType.h>
     22#include <psRandom.h>
    2123
    2224// Get the background for an image
    2325bool psImageBackground(psStats *stats, // desired measurement and options
    24                        psVector **sample, // vector of data used for analysis
     26                       psVector **sample, // Vector of data used for analysis (buffer), or NULL
    2527                       const psImage *image, // Image for which to get the background
    2628                       const psImage *mask, // Mask image
Note: See TracChangeset for help on using the changeset viewer.