IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 31, 2005, 4:42:29 PM (21 years ago)
Author:
eugene
Message:

working towards autocode for imregister

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/imregister/imreg/unique.c

    r2803 r3606  
    33
    44/* input is a subset index of image list, output is a new subset */
    5 int *unique_entries (int *subset, int *Nmatch) {
     5int *unique_entries (RegImage *image, int Nimage, int *subset, int *Nmatch) {
    66
    7   int i, j, k, m, Nimage, Nsubset;
     7  int i, j, k, m, Nsubset;
    88  int N, NMATCH;
    99  int *match, *entry;
    10   RegImage *image;
    1110  char idxline[128];
    1211  char **index;
     
    2019
    2120  Nsubset = *Nmatch;
    22   image = get_images (&Nimage);
    2321
    2422  /* index = filename.ccd */
     
    6563  return (match);
    6664}
    67 
Note: See TracChangeset for help on using the changeset viewer.