CVBpy 14.1
All Classes Namespaces Functions Variables Enumerations Enumerator Properties Modules Pages
Neighborhood Class Reference

Neighborhood to use in sub pixel calculation of local maxima. More...

Inherits object.

Static Public Attributes

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
 

Detailed Description

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.