| # | Line 5 | Line 5 | |
|---|---|---|
| 5 | #ifndef _RAD_PFILT_H_ | |
| 6 | #define _RAD_PFILT_H_ | |
| 7 | ||
| 8 | + | #include "standard.h" | 
| 9 | + | #include "color.h" | 
| 10 | + | |
| 11 | #ifdef __cplusplus | |
| 12 | extern "C" { | |
| 13 | #endif | |
| 14 | ||
| 12 | – | |
| 15 | extern double CHECKRAD; /* radius over which gaussian is summed */ | |
| 16 | extern double rad; /* output pixel radius for filtering */ | |
| 17 | extern double thresh; /* maximum contribution for subpixel */ | |
| # | Line 62 | Line 64 | extern void dothresh(int xcent, int ycent, | |
| 64 | } | |
| 65 | #endif | |
| 66 | #endif /* _RAD_PFILT_H_ */ | |
| 65 | – | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |