IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 21245


Ignore:
Timestamp:
Feb 1, 2009, 11:43:42 AM (17 years ago)
Author:
eugene
Message:

fix vector mask type

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20081230/psModules/src/imcombine/pmSubtractionMatch.c

    r21152 r21245  
    565565    if (width1 == 0 || width2 == 0) {
    566566        ratios->data.F32[index] = NAN;
    567         mask->data.PS_TYPE_IMAGE_MASK_DATA[index] = 0xff;
     567        mask->data.PS_TYPE_VECTOR_MASK_DATA[index] = 0xff;
    568568    } else {
    569569        ratios->data.F32[index] = (float)width1 / (float)width2;
    570         mask->data.PS_TYPE_IMAGE_MASK_DATA[index] = 0;
     570        mask->data.PS_TYPE_VECTOR_MASK_DATA[index] = 0;
    571571    }
    572572
Note: See TracChangeset for help on using the changeset viewer.