IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 7, 2005, 5:51:20 PM (21 years ago)
Author:
drobbin
Message:

Implemented and fixed/tested ImageGrowMask

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/imageops/verified/tst_psImageMaskOps.stdout

    r5227 r5254  
    4040in->data.u8 [i][j] i=2, j=1 = 1
    4141in->data.u8 [i][j] i=2, j=2 = 2
     42
     43   0,0= 1    0,1= 1    0,2= 3    0,3= 1    0,4= 1 
     44   1,0= 1    1,1= 3    1,2= 2    1,3= 3    1,4= 1 
     45   2,0= 1    2,1= 3    2,2= 2    2,3= 3    2,4= 3 
     46   3,0= 1    3,1= 1    3,2= 3    3,3= 3    3,4= 2 
     47   4,0= 1    4,1= 1    4,2= 1    4,3= 1    4,4= 3 
Note: See TracChangeset for help on using the changeset viewer.