[This is preliminary documentation and is subject to change.]

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.0.0 (2.0.0.0)

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