IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 24, 2004, 4:06:12 PM (22 years ago)
Author:
desonia
Message:

added psImageRadialCut. Untested, but compiles.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/image/psImageExtraction.h

    r1864 r1897  
    1010*  @author Robert DeSonia, MHPCC
    1111*
    12 *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2004-09-23 18:31:49 $
     12*  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2004-09-25 02:06:12 $
    1414*
    1515*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    145145psVector* psImageCut(
    146146    psVector* out,                     ///< psVector to recycle, or NULL.
    147     psVector* coords,                  ///< if not NULL, the calculated coordinates along the slice (output)
     147    psVector* cutCols,                 ///< if not NULL, the calculated column values along the slice (output)
     148    psVector* cutRows,                 ///< if not NULL, the calculated row values along the slice (output)
    148149    const psImage* input,              ///< the input image in which to perform the cut
    149150    const psImage* restrict mask,      ///< the mask for the input image.
Note: See TracChangeset for help on using the changeset viewer.