Neighborhood Enumeration

CVB.Net Documentation
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.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public enum Neighborhood
Members

  Member nameValueDescription
Use3x31 3x3 environment around the pixel-accurate result.
Use5x52 5x5 environment around the pixel-accurate result.
Use7x73 7x7 environment around the pixel-accurate result.
Use9x94 9x9 environment around the pixel-accurate result.
See Also

Reference