Neighborhood to use in sub pixel calculation of local maxima.
More...
Inherits object.
|
int | Use3x3 = 1 |
| 3x3 environment around the pixel-accurate result
|
|
int | Use5x5 = 2 |
| 5x5 environment around the pixel-accurate result
|
|
int | Use7x7 = 3 |
| 7x7 environment around the pixel-accurate result
|
|
int | Use9x9 = 4 |
| 9x9 environment around the pixel-accurate result
|
|
Neighborhood to use in sub pixel calculation of local maxima.
The bigger the neighborhood for calculation is, the longer the sub pixel fit will take.