IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 19, 2010, 5:10:19 PM (16 years ago)
Author:
watersc1
Message:

final commit on this branch, I think

Location:
branches/czw_branch/20100427
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20100427

  • branches/czw_branch/20100427/psLib/src/imageops/psImageStats.c

    r27784 r28042  
    9797
    9898        psVectorMaskType *data = junkMask->data.PS_TYPE_VECTOR_MASK_DATA;
    99         psU8* imdata = junkData->data.U8;
    10099        for (int row = 0, nVect = 0; row < numRows; row++) {
    101100            for (int col = 0; col < numCols; col++, nVect++) {
    102101                data[nVect] = (mask->data.PS_TYPE_IMAGE_MASK_DATA[row][col] & maskVal);
    103                
    104                 if ((imdata[nVect] > 100000)||
    105                     (imdata[nVect] != imdata[nVect])||
    106                     (imdata[nVect] < -100000)) {
    107                   data[nVect] &= maskVal;
    108                 }
    109102            }
    110103        }
Note: See TracChangeset for help on using the changeset viewer.