| 32 |
|
#define RSCA 2.0 /* radius scaling factor (empirical) */ |
| 33 |
|
#endif |
| 34 |
|
#ifndef MAXSLOPE |
| 35 |
< |
#define MAXSLOPE 1000.0 /* maximum slope for smooth region */ |
| 35 |
> |
#define MAXSLOPE 200.0 /* maximum slope for smooth region */ |
| 36 |
|
#endif |
| 37 |
|
#ifndef SMOOTH_MSE |
| 38 |
|
#define SMOOTH_MSE 5e-5 /* acceptable mean squared error */ |
| 39 |
|
#endif |
| 40 |
|
#ifndef SMOOTH_MSER |
| 41 |
< |
#define SMOOTH_MSER 0.03 /* acceptable relative MSE */ |
| 41 |
> |
#define SMOOTH_MSER 0.0025 /* acceptable relative MSE */ |
| 42 |
|
#endif |
| 43 |
|
#define MAX_RAD (GRIDRES/8) /* maximum lobe radius */ |
| 44 |
|
|