Changeset 3593 for trunk/Ohana/src/imregister/detrend/match.c
- Timestamp:
- Mar 31, 2005, 7:38:37 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/imregister/detrend/match.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/imregister/detrend/match.c
r3 r3593 2 2 # include "detrend.h" 3 3 4 Match *MatchCriteria ( int *nmatch) {4 Match *MatchCriteria (DetReg *image, int Nimage, int *nmatch) { 5 5 6 6 int i; 7 int Nmatch, NMATCH , Nimage;7 int Nmatch, NMATCH; 8 8 Match result, *match; 9 DetReg *image;10 11 image = get_images (&Nimage);12 9 13 10 /* find entries that matches criteria */
Note:
See TracChangeset
for help on using the changeset viewer.
