| # | Line 32 | Line 32 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 32 | #define RSCA 2.2 /* radius scaling factor (empirical) */ | |
| 33 | #endif | |
| 34 | #ifndef SMOOTH_MSE | |
| 35 | < | #define SMOOTH_MSE 2e-5 /* acceptable mean squared error */ |
| 35 | > | #define SMOOTH_MSE 5e-5 /* acceptable mean squared error */ |
| 36 | #endif | |
| 37 | #ifndef SMOOTH_MSER | |
| 38 | #define SMOOTH_MSER 0.03 /* acceptable relative MSE */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |