Changeset 3593 for trunk/Ohana/src/imregister/detrend/unique.c
- Timestamp:
- Mar 31, 2005, 7:38:37 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/imregister/detrend/unique.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/imregister/detrend/unique.c
r2450 r3593 3 3 4 4 /* define a list of best images which have unique properties */ 5 Match *UniqueSubset ( Match *match, int *nmatch) {5 Match *UniqueSubset (DetReg *image, int Nimage, Match *match, int *nmatch) { 6 6 7 7 int Nsubset, Nunique, Ncrit, NCRIT; 8 int i, j, N, Nmatch, Nimage,found;8 int i, j, N, Nmatch, found; 9 9 Criteria *crit; 10 10 Match *subset, *unique, *local; 11 DetReg *image;12 11 13 12 Nmatch = *nmatch; 14 13 ALLOCATE (local, Match, Nmatch); 15 16 image = get_images (&Nimage);17 14 18 15 /* create a set of complete criteria derived from the images */
Note:
See TracChangeset
for help on using the changeset viewer.
