Number of color vectors retained at given pixel. Must be > N1c, typically ~ 5/3 of N1c.

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public int N2c
Visual Basic (Declaration)
Public N2c As Integer
Visual C++
public:
int N2c

Remarks

Used to allow the first N1c vectors to adapt over time to changing background.

See Also