IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 18, 2005, 7:18:20 PM (21 years ago)
Author:
desonia
Message:

fixes to psRegion.

File:
1 edited

Legend:

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

    r3968 r3977  
    55 *  @author Robert DeSonia, MHPCC
    66 *
    7  *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2005-05-19 02:08:21 $
     7 *  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2005-05-19 05:18:20 $
    99 *
    1010 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    454454
    455455        // subset out the padded area now.
    456         psImage* complexOutSansPad = psImageSubset(complexOut,(psRegion) {
    457                                          FOURIER_PADDING,FOURIER_PADDING,
    458                                          FOURIER_PADDING+numCols,FOURIER_PADDING+numRows
    459                                      }
    460                                                   );
     456        psImage* complexOutSansPad = psImageSubset(complexOut,
     457                                     psRegionSet(FOURIER_PADDING, FOURIER_PADDING+numCols,FOURIER_PADDING,FOURIER_PADDING+numRows));
    461458
    462459        out = psImageRecycle(out,numCols,numRows,PS_TYPE_F32);
Note: See TracChangeset for help on using the changeset viewer.