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.2.1.1150 (2.2.1.1150)

Syntax

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

Remarks

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

See Also