Number of color co-occurrence vectors retained at given pixel. Must be > N1cc, typically ~ 5/3 of N1cc.

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

Syntax

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

Remarks

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

See Also