IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20604


Ignore:
Timestamp:
Nov 9, 2008, 12:08:00 AM (18 years ago)
Author:
Paul Price
Message:

Print fraction of image.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/mask_extra.c

    r20603 r20604  
    8989    psFree(desc);
    9090
     91    long numPix = numCols * numRows;    // Number of pixels
    9192    for (int i = 0; i <= maxType; i++) {
    92         printf("Type %d: %d\n", i, count->data.S32[i]);
     93        printf("Type %d: %d (%f%%)\n", i, count->data.S32[i], count->data.S32[i] / (float)numPix * 100.0);
    9394    }
    9495
Note: See TracChangeset for help on using the changeset viewer.