IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 30, 2005, 1:09:13 PM (21 years ago)
Author:
drobbin
Message:

Updated ImageRow/Col for tail access, PixelCount fxns to allow for differing psMaskType(u8 or u16)

File:
1 edited

Legend:

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

    r5174 r5213  
    88*  @author Robert DeSonia, MHPCC
    99*
    10 *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2005-09-29 01:15:38 $
     10*  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2005-09-30 23:09:13 $
    1212*
    1313*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    4141    psVector *out,                     ///< specified vector to return
    4242    const psImage *input,              ///< input image
    43     psU32 row                          ///< row number to extract
     43    int row                            ///< row number to extract
    4444);
    4545
     
    5252    psVector *out,                     ///< specified vector to return
    5353    const psImage *input,              ///< input image
    54     psU32 column                       ///< column number to extract
     54    int column                         ///< column number to extract
    5555);
    5656
Note: See TracChangeset for help on using the changeset viewer.